Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxzz/spawn-loading-test
Node.js test with spawning child processes and a control panel via a web interface.
https://github.com/maxzz/spawn-loading-test
expressjs nodejs sqlite3 vanilla-js
Last synced: 15 days ago
JSON representation
Node.js test with spawning child processes and a control panel via a web interface.
- Host: GitHub
- URL: https://github.com/maxzz/spawn-loading-test
- Owner: maxzz
- Created: 2021-04-29T10:23:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T00:10:03.000Z (over 3 years ago)
- Last Synced: 2024-11-11T04:40:48.306Z (2 months ago)
- Topics: expressjs, nodejs, sqlite3, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### About
Node.js test with spawning child processes and a control panel via a web interface.
![](src/assets/previews/2021-04-29_17-07-57.png)
#### Run
```y server``` and then ```start localhost:4000``` or run Live Server on ```localhost:5500/index.html``` (CORS are supported).
#### References and Credits
[FrontendMasters - Digging Into Node.js](https://frontendmasters.com/courses/digging-into-node/)