Skip to content

This is a cross-platform chatroom developed in C++, with the server running on Linux and the client on Windows.

Notifications You must be signed in to change notification settings

XavierYorke/FreelyChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreelyChat

编译Linux服务端

make

编译Windows客户端

g++ -std=c++17 client.cpp -o client -lwsock32

About

This is a cross-platform chatroom developed in C++, with the server running on Linux and the client on Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published