Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 258 Bytes

SocketChat

Simple console chat app that demonstrate functionality of TCP/UDP sockets. Communication between users can be obtained via TCP, UDP or multicast.

Usage:

  • Compile
  • Run server
  • Run as many clients as you want and start chatting :)