holochain_websocket 0.0.39

Holochain utilities for serving and connection with websockets
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "nodejs_echo_client",
  "version": "0.0.1",
  "main": "nodejs_echo_client.js",
  "license": "Apache-2.0",
  "dependencies": {
    "isomorphic-ws": "^4.0.1",
    "msgpack-lite": "^0.1.26",
    "ws": "^7.4.6"
  }
}