https://github.com/serginator/nodebeginnerbook
Source of the book
https://github.com/serginator/nodebeginnerbook
Last synced: about 1 month 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: 2025-11-23T16:22:50.593Z (8 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 1
- 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