@@ -31,6 +31,7 @@ func main() {
}
```
+Client side:
```javascript
wsrpc = new WsRpc();
wsrpc.connect("ws://"+location.host +"/wsrpc");