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.
- Host: GitHub
- URL: https://github.com/afaur/coffee-web-server
- Owner: afaur
- Created: 2015-01-09T07:18:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-25T12:50:42.000Z (almost 11 years ago)
- Last Synced: 2025-02-12T13:56:54.290Z (over 1 year ago)
- Language: CoffeeScript
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`