purescript-httpurple/docs/Examples/AsyncResponse
Petri Lehtinen 8badd62b3e PureScript 0.12 support (#89)
- 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
2018-07-08 16:16:48 -07:00
..
Hello Make ResponseM async (#71) 2017-09-27 06:55:36 -07:00
Main.purs PureScript 0.12 support (#89) 2018-07-08 16:16:48 -07:00
Readme.md Make ResponseM async (#71) 2017-09-27 06:55:36 -07:00

Async Response Example

This is a basic 'hello world' example, that responds by asynchronously reading a file off the filesystem. It simply returns 'hello world!' when making any request, but the 'hello world!' text is fetched by reading the contents of the file Hello.

To run the example server, run:

make example EXAMPLE=AsyncResponse