Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 707 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 707 Bytes

Chat server and client with CLI using UNIX networking sockets

Preview of C++ version

(Done as a part of extended class assignments)

See the C++ version

A Chat Application using Unix network sockets featuring user authentication, multiple chatrooms and private messaging & terminal based user interface (inspired by IRC).

  • done in Summer 2018, in collaboration with @ShikhaChauhan14
  • has a lot of features!

See the Python version.

  • done in Summer 2017
  • unmaintained