Skip to content

leeavital/Erlang-Chat

Repository files navigation

Erlang Simple Chat

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

Running

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

About

A simple chat server written in erlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published