Type-safe, statically checked composition of HTTP servers, using PureScript.
Hyper is an experiment, trying to improve correctness in web server programming, and in HTTP middleware and request handlers specifically. To learn more about Hyper, check out these resources:
- Documentation
- "Hyper: Elegant Weapons for a More Civilized Page" (introductory blog post)
- Examples
Install dependencies and build:
bower install
pulp build
pulp test
npm install # for examples using the node server
pulp run -I examples/<example-name>