https://github.com/binarymax/keepaware-old
Windows Process Monitor for Node.js
https://github.com/binarymax/keepaware-old
Last synced: 4 months ago
JSON representation
Windows Process Monitor for Node.js
- Host: GitHub
- URL: https://github.com/binarymax/keepaware-old
- Owner: binarymax
- Created: 2011-07-30T14:27:20.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-01-20T12:52:48.000Z (about 13 years ago)
- Last Synced: 2025-07-21T10:19:18.416Z (6 months ago)
- Language: C#
- Homepage: http://www.keepaware.com
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
KeepAware-old
=============
Windows Process Monitor for Node.js
I made this in a weekend when Node.js was first released for Windows as v0.5
Its a C# project that runs node as a Windows Service.
It logs all 'console.log' entries to the Windows Event Log, and automatically restarts the service when a js file is changed (similar to nodemon)
[Jan 20, 2013] - I renamed it '-old', since it is now obsolete, and want to use the KeepAware name for another project.