Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanshortiss/fastify-hello-world
A hello world service using the Fastify framework for Node.js
https://github.com/evanshortiss/fastify-hello-world
Last synced: 21 days ago
JSON representation
A hello world service using the Fastify framework for Node.js
- Host: GitHub
- URL: https://github.com/evanshortiss/fastify-hello-world
- Owner: evanshortiss
- Created: 2020-06-27T11:43:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T00:12:17.000Z (over 2 years ago)
- Last Synced: 2024-04-09T13:09:27.788Z (7 months ago)
- Language: JavaScript
- Size: 308 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fastify Hello World
A hello world API based on fastify. This is essentially a clone of the
`simple.js` example from the fastify repository.## Usage
```
git clone https://github.com/evanshortiss/fastify-hello-world
cd fastify-hello-world
npm i
npm start
```## Environment Variables
* `PORT` - Defaults to 8080
* `HOST` - Defaults to 0.0.0.0
* `LOG` - Defaults to false