8badd62b3e
- Upgrade all dependencies - Use Effect instead of Eff - Use Foreign.Object instead of StrMap - Use Effect.Ref instead of Control.Monad.ST - Drop SecureServerM, it's the same as ServerM now |
||
---|---|---|
.. | ||
Main.purs | ||
Readme.md |
Multi Route Example
This is a basic example that shows how to create multiple basic routes. It will return 'hello' when requesting /hello with an HTTP GET, and it will return 'goodbye' when requesting /goodbye with an HTTP GET.
To run the example server, run:
make example EXAMPLE=MultiRoute