- Notifications
You must be signed in to change notification settings - Fork27
Type-safe, statically checked composition of HTTP servers
License
purescript-hyper/hyper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Type-safe, statically checked composition of HTTP servers
Getting Started|Documentation|FAQ|Examples
Hyper is an experimental middleware architecture for HTTP servers written in PureScript. Its main focus is correctness and type-safety, using type-level information to enforce correct composition and abstraction for web servers. The Hyper project is also a breeding ground for higher-level web server constructs, which tend to fall under the “framework” category.
To learnmore about Hyper, check out thedocumentationandthe Getting Startedtutorial.
- PureScript 0.13.0 or higher
- NodeJS
- Spago
Install dependencies and build:
spago build
spagotest
# general format:spago run -p examples/<example-name>.purs -m Examples.<example-name># for instance to run HelloHyper:spago run -p examples/HelloHyper.purs -m Examples.HelloHyper
make examples
Seedocs/README.md for prerequisites, setup, andhow to work with the documentation.
Then, for the release build, run:
make docs
About
Type-safe, statically checked composition of HTTP servers
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors14
Uh oh!
There was an error while loading.Please reload this page.