Skip to content

drasko/etcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etcp

Simple TCP server in Erlang

Usage

There are several ways Erlang programs can be started:

N.B. Etcp Makefile is generated via erlang.mk

Interactive Shell

make
erl -pa ./ebin

Then in Erlang shell:

> etcp_app:start(1, 2).

Release

To build a release and run it:

make run

To build a release (without running it):

make rel

License

Apace-2.0

About

Simple TCP server in Erlang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published