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

https://github.com/afaur/coffee-web-server

A node web server written in coffee by wrapping http.createServer.
https://github.com/afaur/coffee-web-server

Last synced: over 1 year ago
JSON representation

A node web server written in coffee by wrapping http.createServer.

Awesome Lists containing this project

README

          

## Instructions

- `npm install`
- `./bin/serve`

## Setup

Settings are stored here:
`config/YML/settings.yml`

Routes will be stored here:
`config/YML/routes.yml`