Skip to content

A multi-thread chatting app based on winsock2 API. 基于Winsock2的多线程聊天程序。

License

Notifications You must be signed in to change notification settings

Yao-Shao/MiniChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniChat

A multi-thread chatting app using winsock2 API and TCP protocol.

Usage

Client

cd client
cmake -G "MinGW Makefiles" ./
make -f ./MakeFile

Server

cd server
cmake -G "MinGW Makefiles" ./
make -f ./MakeFile

About

A multi-thread chatting app based on winsock2 API. 基于Winsock2的多线程聊天程序。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published