Skip to content

treadup/erlang-echo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Erlang Echo Server

This is a super simple TCP echo server written in Erlang. Once a client connects it will echo the lines that the client sends to the server back to the client.

Compiling and Running

Start the Erlang shell

erl

Then use the following command in the Erlang shell to compile the program.

c("echo").

To start the server listening on port 6000 use execute the following command in the Erlang shell.

echo:accept(6000).

About

A simple TCP Echo server written in Erlang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages