https://github.com/co2-git/psjs
Linux process manager in Node
https://github.com/co2-git/psjs
Last synced: about 1 year ago
JSON representation
Linux process manager in Node
- Host: GitHub
- URL: https://github.com/co2-git/psjs
- Owner: co2-git
- Created: 2015-08-02T11:44:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T16:25:53.000Z (almost 11 years ago)
- Last Synced: 2025-02-01T16:23:21.775Z (over 1 year ago)
- Language: JavaScript
- Size: 418 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
psjs
===
Linux process manager in Node
# Install
This is still very pre-alpha, but if you want to give it a go:
```bash
npm install psjs
npm start & # to start the socket server (which I might remove, I'll see)
nw .
```