https://github.com/markbrown4/nodebeginner
https://github.com/markbrown4/nodebeginner
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markbrown4/nodebeginner
- Owner: markbrown4
- Created: 2014-06-20T15:21:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-21T03:44:22.000Z (about 11 years ago)
- Last Synced: 2025-01-19T23:38:55.541Z (6 months 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
```