Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 298 Bytes

File metadata and controls

11 lines (8 loc) · 298 Bytes

ChatServer

Implementation of a simple Chat server. It suports multiple chatrooms and a command line interface through a TCP connection.

Usage

Start the app

  • iex -S mix Open a new terminal window and connect to the chat
  • telnet localhost 4040

You can open as many windows as you like.