8000 GitHub - VombatInLagoon/erlang-chat-server: A simple but robust chat server written in Erlang/OTP.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

VombatInLagoon/erlang-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erlang-chat-server

A simple but robust chat server written in Erlang/OTP.

To compile

Run the build script from the base directory.

To run

Start Erlang with erl -pa ebin

Run chat server: application:start(chat).

You can use a program such as telnet or netcat to connect to the

server as a client and communicate with it: telnet localhost 6667

Reference

Learn You Some Erlang for Great Good!

About

A simple but robust chat server written in Erlang/OTP.

Resources

Stars

Watchers

Forks

31FB

Releases

No releases published

Packages

No packages published

Languages

0