https://github.com/purefunctor/purescript-fastify
PureScript bindings for fastify.
https://github.com/purefunctor/purescript-fastify
fastify node purescript web
Last synced: 10 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T05:26:45.000Z (about 5 years ago)
- Last Synced: 2025-01-25T04:44:46.680Z (over 1 year 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