Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/purefunctor/purescript-fastify

PureScript bindings for fastify.
https://github.com/purefunctor/purescript-fastify

fastify node purescript web

Last synced: about 2 months ago
JSON representation

PureScript bindings for fastify.

Awesome Lists containing this project

README

        

# purescript-fastify
PureScript bindings for [fastify](https://github.com/fastify/fastify/).

## Requirements
This package requires `fastify` to be added as a dependency for your project.

## Examples
Examples can be run using `spago` or `yarn`:
```sh
$ yarn install

$ spago -x examples/spago.dhall run -m

# Use `yarn` as shorthand

$ yarn example
```
Available examples are as follows:
* HelloWorld