Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markbrown4/nodebeginner
https://github.com/markbrown4/nodebeginner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markbrown4/nodebeginner
- Owner: markbrown4
- Created: 2014-06-20T15:21:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-21T03:44:22.000Z (over 10 years ago)
- Last Synced: 2023-03-26T17:13:25.177Z (almost 2 years ago)
- Language: CoffeeScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Node Beginner book
http://www.nodebeginner.org/
- A simple server that merges GET, POST, uploaded files and route segments into a params hash
- A Rails style router that maps dynamic paths to actions## Examples
- File upload
- File reading
- Handling GET / POST data```
coffee index.coffee
```