Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/markbrown4/nodebeginner


https://github.com/markbrown4/nodebeginner

Last synced: about 2 months ago
JSON representation

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
```