sidvishnoi / socket-chat

CLI Chat app using Unix sockets in Python and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CLI Chat app using Unix sockets in Python and C++


Languages

Language:C++ 71.1%Language:Python 26.9%Language:Makefile 2.0%