1.0.5 • Published 9 years ago

node-care v1.0.5

Weekly downloads
1
License
GPLv3
Repository
-
Last release
9 years ago

node-care

Deploy, debug and analyze your Node.JS processes performance remotely from the public or private cloud. Analyze memory heap diffs and dumps. Profile the Node.JS processes memory and cpu. Find memory leaks. Deploy with ease, git pull remotely, npm install/update remotely. Organize your Node.JS cluster visually.

Install

$ npm install --save node-care

Usage

// Standalone - Port example
require('node-care').token('<YOUR_TOKEN>').bind(4000);
// Using the native http module
var http = require('http');

var server = http.createServer();
require('node-care').token('<YOUR_TOKEN>').bind(server);
server.listen(3000);
// Using the Express Framework
var express = require('express'),
    app = express.createServer(),

require('node-care').token('<YOUR_TOKEN>').bind(app);
app.listen(3000)

API

.token(String)

Submit your token to interconnect your node process with the node.care Interface.

.bind(Instance/Port)

Bind node-care yo your public/www listener.

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3-a

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1-b

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1-e

9 years ago

0.0.1-d

9 years ago

0.0.1-c

9 years ago

0.0.1-b

9 years ago

0.0.1-a

9 years ago

0.0.1

9 years ago