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 |
||
---|---|---|
.. | ||
Certificate.cer | ||
Key.key | ||
Main.purs | ||
Readme.md |
SSL Example
This is a basic 'hello world' example, that runs over HTTPS. It simply returns 'hello world!' when making any request.
Note that it uses self-signed certificates, so you will need to ignore certificate errors when testing.
To run the example server, run:
make example EXAMPLE=SSL