Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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