hyper
hyper copied to clipboard
Type-safe, statically checked composition of HTTP servers
Currently it's commented out from package-sets as there are apparently some issues with PureScript 0.14 https://github.com/purescript/package-sets/blob/master/src/groups/purescript-hyper.dhall
Being able to reuse existing express middleware would be really nice in hyper. As it currently is, nodejs apps using express that are transitioning to purescript wouldn't be able to...
it takes 5 minutes to complete on my computer https://stackoverflow.com/a/42544963/3574379 shows that there are pdf files in history and fonts ``` f2f4d706f8c0 358KiB docs/hyper.pdf a2f47392424c 358KiB docs/hyper.pdf 218b6e7d8cda 358KiB docs/hyper.pdf...
I'm currently using hyper as part of functional test with Toppokki. The problem being that I'm unable to close the current server after each test, so when I run a...
It looks like the migration to a GitHub organization broke the Travis integration. Need to review.
Due to the concerns raised in #86, I doubt this idea is desired. Still, I thought I would bring it up as a possible discussion. The idea is to convert...
It seems that second call to `readBuffer` hangs forever. Minimal example: ``` purescript main :: forall e. Eff (avar ∷ AVAR, buffer ∷ BUFFER, console :: CONSOLE, http :: HTTP...