An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Bucketchain

# purescript-bucketchain

[![Latest release](http://img.shields.io/github/release/Bucketchain/purescript-bucketchain.svg)](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