purescript-httpurple/Documentation/Examples/HelloWorld
2017-07-17 22:31:46 -07:00
..
Main.purs Don't import prelude so explicitly (#37) 2017-07-17 22:31:46 -07:00
Readme.md Refactor to take advantage of pattern matching as routing mechanism (#24) 2017-07-13 23:28:57 -07:00

Hello World Example

This is a basic 'hello world' example. It simply returns 'hello world!' when making any request.

To run the example server, run:

make example EXAMPLE=HelloWorld