Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/purefunctor/purescript-fastify
- Owner: purefunctor
- License: bsd-3-clause
- Created: 2021-04-13T07:50:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T05:26:45.000Z (over 3 years ago)
- Last Synced: 2024-10-14T15:54:27.427Z (3 months ago)
- Topics: fastify, node, purescript, web
- Language: PureScript
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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