purescript-httpurple/Documentation/Examples/HelloWorld
2017-07-10 12:06:14 -07:00
..
Main.purs Clean up file naming and directory structure (#21) 2017-07-10 12:06:14 -07:00
Readme.md Clean up file naming and directory structure (#21) 2017-07-10 12:06:14 -07:00

Hello World Example

This is a basic 'hello world' example. It simply returns 'hello world!' when requesting '/' via an HTTP GET.

To run the example server, run:

make example EXAMPLE=HelloWorld