An open API service indexing awesome lists of open source software.

https://github.com/seletskiy/gen_tcpd

Generic TCP application, makes easy to build TCP-daemons.
https://github.com/seletskiy/gen_tcpd

Last synced: about 2 months ago
JSON representation

Generic TCP application, makes easy to build TCP-daemons.

Awesome Lists containing this project

README

          

gen_tcpd
========

Generic TCP application, makes easy to build TCP-daemons.

Ten lines of trivial code and here you go, simple
echo client is ready: `src/gen_tcpd_handler_example_echo.erl`.

Documentation
-------------

`gen_tcpd` uses basho/rebar as build system, so
use `rebar co doc` to compile and create documentation.
After that documentation can be found in `doc/` directory.