https://github.com/tpiros/system-information
https://github.com/tpiros/system-information
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tpiros/system-information
- Owner: tpiros
- License: mit
- Created: 2016-05-04T11:29:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T09:01:10.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T21:44:36.042Z (4 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Performance monitoring using Node.js, socket.io and MarkLogic
This is a sample application to showcase sockets. The application collects various system data and metrics using the `os` Node.js package and saves them to a MarkLogic database.
##Setup instructions
- Clone the repository
- `npm install`
- `npm install -g bower` (if you don't have bower already installed)
- `bower install`
- Edit `connection.js` to reflect your MarkLogic database connection parameters
- `node app.js`##More information
- [Performance monitoring using Node.js, socket.io and MarkLogic - blog post](http://www.tamas.io/performance-monitoring-using-node-js-socket-io-and-marklogic/)
- [MarkLogic and Node.js Client API - blog post](http://www.tamas.io/marklogic-and-node-js/)