Skip to content

impl/inv_tcps_echoserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

An extremely simple sample application for inv_tcps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages