https://github.com/serginator/nodebeginnerbook
Source of the book
https://github.com/serginator/nodebeginnerbook
Last synced: 6 months ago
JSON representation
Source of the book
- Host: GitHub
- URL: https://github.com/serginator/nodebeginnerbook
- Owner: serginator
- Created: 2013-11-24T23:44:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-25T00:18:57.000Z (over 12 years ago)
- Last Synced: 2024-04-14T06:17:25.584Z (about 2 years ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App for upload files
* It should show a file upload form in /start
* It should show the image at /show
# Stack
* HTTP server
* some kind of router (to handle /start and /upload)
* request handlers
* request data handling
* some kind of view logic
* upload handling