A simple multiclient chat server written in erlang.
Right now, it's only configured to work locally.
To start it, run main.erl, and then in as many separate terminals run client.py
To run, start the main erlang file like so:
./main.erl
Open another terminal window, and launch the python client
./client.py
When in the client program, you can type anything and it will be sent as a message.
To change your name, type
NAME=Your Name