Skip to content

lane-webperformance/legion-obstacle-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obstacle Course

Build Status Dependency Status

Legion's Obstacle Course is a simple express.js server. Included are a variety of practice tasks. These tasks can be used to test Legion's functionality or as training tasks for new users.

Get detailed documentation about the tasks by requesting / from the server.

Http Obstacle Course

Start the server by running:

obstacle-course --http

or run it programatically from within another library by calling:

require('legion-obstacle-course').http.listen(port);

The arguments and return value for listen() are exactly the same as the express.js method of the same name.

TCP Obstacle Course

There's also a TCP echo server.

obstacle-course --tcp-echo

or

require('legion-obstacle-course').tcp.echo.listen(port)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors