Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 548 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 548 Bytes

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