Skip to content

Latest commit

 

History

History
31 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

31 lines (13 loc) · 595 Bytes

Mini-irc

A small terminal-based chatroom built with ruby.

It registers users with nicknames just like in IRCs.

Features

  • Connection from multiple clients.

  • Uses nicknames to identify other users.

  • List all users

  • Different users are assigned different colors for improving readability.

  • Logs of connected users and their socket information at server.

A small implementation of ruby sockets and multithreading and trasfering of data over network.

References