https://github.com/bucketchain/purescript-bucketchain
A PureScript webserver interface based on asynchronous middlewares.
https://github.com/bucketchain/purescript-bucketchain
purescript server webserver
Last synced: 3 months ago
JSON representation
A PureScript webserver interface based on asynchronous middlewares.
- Host: GitHub
- URL: https://github.com/bucketchain/purescript-bucketchain
- Owner: Bucketchain
- License: mit
- Created: 2018-11-17T14:55:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T14:22:00.000Z (about 3 years ago)
- Last Synced: 2025-10-13T19:08:21.633Z (4 months ago)
- Topics: purescript, server, webserver
- Language: PureScript
- Homepage:
- Size: 292 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-bucketchain
[](https://github.com/Bucketchain/purescript-bucketchain/releases)
A PureScript webserver interface based on asynchronous middlewares.
This is just a interface to implement middlewares.
See [simple examples](https://github.com/Bucketchain/purescript-bucketchain/blob/master/example/Main.purs) or [some middlewares](https://github.com/Bucketchain) ;)
## Installation
### Bower
```
$ bower install purescript-bucketchain
```
### Spago
```
$ spago install bucketchain
```
## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-bucketchain).
## LICENSE
MIT