Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 670 Bytes

File metadata and controls

15 lines (8 loc) · 670 Bytes

SmallChat

说明:本项目基于redis之父的SmallChat的server项目改成的C++项目。源项目链接:https://github.com/antirez/smallchat,

该server项目在linux端编译命令: make 运行命令: ./server

运行客户端需要进入smallchat文件夹中(smallchat文件夹中的代码为redis之父的c语言版本的源代码,仅用于测试服务端代码)

编译命令:make(生成smallchat-client即客户端程序)

运行命令:./smallchat-client 服务端ip地址(本机则是127.0.0.1) 端口号(7711)

项目时序图: image