Skip to content

这是来自另一个存储库的Chatroom项目的迁移

Notifications You must be signed in to change notification settings

Yuanmxc/Chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom

这是来自另一个存储库的子目录 Chatroom 的迁移,原项目位置

安装依赖(以Arch Linux为例):

sudo pacman -S gcc cmake# 安装gcc,cmak
sudo pacman -S nlohmann-json # 安装 nlohmann-json 库
sudo pacman -S hiredis # 安装 hiredis库
sudo pacman -S redis # 安装 redis
sudo systemctl start redis # 启动 redis 服务

编译运行:

mkdir build
cd build
cmake ..
make
./server # 启动服务器
./client # 启动客户端

About

这是来自另一个存储库的Chatroom项目的迁移

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages