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.
- Host: GitHub
- URL: https://github.com/seletskiy/gen_tcpd
- Owner: seletskiy
- Created: 2012-05-10T16:02:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-29T15:19:18.000Z (about 14 years ago)
- Last Synced: 2023-03-12T08:57:13.898Z (over 3 years ago)
- Language: Erlang
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.