Skip to content

LolsonX/ElixirEchoServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EchoServer

Simple echo server written in elixir. It can manage multiple clients at one time.

During creation i was heavily using Elixir-lang.org tutorial

How to use

Start the project mix run --no-halt Go to terminal and try to connect with telnet telnet <ip> <port> To setup port use env variable PORT=<my_port> mix run --no-halt

Note

This is my first project written in Elixir

About

Simple echo server written in elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages