bhatiasiddharth / Chat-Server

Concurrent Chat-Servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat-Server

Built two concurrent chat servers providing concurrency through prethreading and epoll api. No busy waiting or blocking on I/O. Clients could use JOIN, LIST, UMSG, BMSG and LEAVE commands.

Getting started

  1. Server: make
  2. Client: telnet localhost 1234

About

Concurrent Chat-Servers

License:MIT License


Languages

Language:C 97.3%Language:Makefile 2.7%