purescript-httpurple/test/example/AsyncResponse
2023-12-13 15:51:33 -06:00
..
Hello fix: migrate to new tooling 2023-12-13 15:51:33 -06:00
Main.purs fix: migrate to new tooling 2023-12-13 15:51:33 -06:00
Readme.md fix: migrate to new tooling 2023-12-13 15:51:33 -06: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:

nix-shell --run 'example AsyncResponse'

Or, without nix:

spago -x test.dhall run --main Examples.AsyncResponse.Main