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

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

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