Home > inv_tcps_echoserver

inv_tcps_echoserver

Inv_tcps_echoserver is a project mainly written in Erlang, based on the Apache-2.0 license.

An extremely simple sample application for inv_tcps.

inv_tcps Echoserver

This is a sample project for inv_tcps.

Compiling

To build this example, execute ./rebar get-deps, ./rebar compile, and ./rebar generate. This should put a working release environment in the rel/echoserver directory.

Running

To run the example server, execute ./rel/echoserver/bin/echoserver console. You should get a shell; try running application:which_applications/0 to make sure the server is actually up. If it is, telnet localhost 8080 and start typing!

Previous:boxed