UNPKG

tcpnet

Version:

Creates TCP connections between nodes without configuration

43 lines 821 B
{ "name": "tcpnet", "description": "Creates TCP connections between nodes without configuration", "version": "0.2.1", "author": "Andreas Madsen <amwebdk@gmail.com>", "main": "./tcpnet.js", "scripts": { "test": "tap ./test/simple/*" }, "repository" : { "type": "git", "url": "git://github.com/AndreasMadsen/tcpnet.git" }, "keywords": [ "tcp", "autodiscover", "scale", "cluster", "horizontal", "nodes", "network", "connections", "fully connected", "share", "state", "parallel" ], "dependencies": { "mdns": "1.1.x", "isme": "0.3.x", "gmid": "0.3.x", "async": "0.1.x", "interface-name": "0.2.x" }, "devDependencies": { "tap": "0.3.x" }, "license": "MIT", "engines": { "node": "0.8", "npm": "1" } }