Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 276 Bytes

File metadata and controls

11 lines (8 loc) · 276 Bytes

Networking with C++

A client-server project featuring token based auth, user's messaging and chat rooms.

Project uses:

  • TCP connections with Winsock2 library.
  • Multithreading to handle many connections.
  • Multiple chatrooms.
  • Session tokens.
  • UI made with WxWidgets.