https://github.com/azrubael/230124-processing
Simple examples of async processing: GET, POST, file upload, directory statistics and deleting old files
https://github.com/azrubael/230124-processing
Last synced: about 1 year ago
JSON representation
Simple examples of async processing: GET, POST, file upload, directory statistics and deleting old files
- Host: GitHub
- URL: https://github.com/azrubael/230124-processing
- Owner: Azrubael
- Created: 2023-01-28T08:30:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T08:34:52.000Z (over 3 years ago)
- Last Synced: 2025-04-09T17:59:50.249Z (about 1 year ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple processing with Express.js: GET, POST, file ulpload, directory statistics and deleting old files.
To start:
$ npm install
$ npm start
Local server:
http://localhost:9001