UNPKG

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.

37 lines 838 B
{ "name": "w-comor-socketio", "version": "1.0.18", "main": "dist/w-comor-socketio-server.umd.js", "dependencies": { "@hapi/hapi": "^21.3.7", "@hapi/inert": "^7.1.0", "lodash-es": "^4.17.21", "socket.io": "^4.7.5", "socket.io-client": "^4.7.5", "wsemi": "^1.7.49" }, "devDependencies": { "w-package-tools": "^1.0.75" }, "scripts": { "test": "mocha --parallel --timeout 60000 --experimental-modules --es-module-specifier-resolution=node", "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" }