w-comor-socketio
Version:
A http and websocket communicator in nodejs and browser. Mapping functions from nodejs to other end points, like a simple RPC.
36 lines • 748 B
JSON
{
"name": "w-comor-socketio",
"version": "1.0.29",
"main": "dist/w-comor-socketio-server.umd.js",
"dependencies": {
"@hapi/hapi": "^21.3.7",
"@hapi/inert": "^7.1.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"wsemi": "^1.8.80"
},
"devDependencies": {
"w-package-tools": "^1.1.15"
},
"scripts": {
"test": "mocha --parallel --timeout 60000",
"deploy": "gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuda-lyu/w-comor-socketio.git"
},
"keywords": [
"package",
"tool",
"http",
"websocket",
"nodejs",
"browser",
"wrapper",
"communicator",
"RPC"
],
"author": "yuda-lyu(semisphere)",
"license": "MIT"
}