Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 255 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 255 Bytes

BeeBox

A fault-tolerant TCP Chat Server (Just a learning exercise for Elixir)

Set Up

  1. Run iex -S mix
  2. Join the Chat server by running telnet <IP ADDRESS> <PORT>

Port defaults to 4040, so to join locally, simply run telnet 127.0.0.1 4040