avaziman / ws_chatroom

A simple TCP server/client chatroom made with winsock2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ws_chatroom

A simple TCP server/client chatroom made with winsock2.

Preview

chatroom_preview

Build requirements

  • C++ 11 or newer

Building with g++

g++ client\server.cpp -o client\server -std=c++11 -lws2_32

About

A simple TCP server/client chatroom made with winsock2.


Languages

Language:C++ 100.0%