jsonbus
Version:
fast and simple json message passing over tcp
33 lines (32 loc) • 677 B
JSON
{
"name": "jsonbus",
"version": "0.1.4",
"description": "fast and simple json message passing over tcp",
"main": "index.js",
"dependencies": {
"net-buffer": "latest",
"net-socket-reconnect": "latest"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/davidSky/jsonbus.git"
},
"keywords": [
"json",
"tcp",
"rpc",
"message",
"request",
"net",
"buffer"
],
"author": "David Sky",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidSky/jsonbus/issues"
},
"homepage": "https://github.com/davidSky/jsonbus"
}