An open API service indexing awesome lists of open source software.

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.

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