https://github.com/fiws/clu-dnode
Dnode plugin for clu.
https://github.com/fiws/clu-dnode
Last synced: 11 months ago
JSON representation
Dnode plugin for clu.
- Host: GitHub
- URL: https://github.com/fiws/clu-dnode
- Owner: fiws
- Created: 2013-10-06T22:14:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-06T22:24:32.000Z (over 12 years ago)
- Last Synced: 2025-04-12T20:55:13.072Z (about 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
clu-dnode
========
## Usage
``` JavaScript
var clu = require("clu");
var cluDnode = require("clu-dnode");
clu.createCluster("./app.js");
clu.use(cluDnode(3193)); // the port
```
## Licence
MIT