You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A main goal of this project is to have the JSON-RPC server and client support __bidirectional JSON-RPC requests over a single WebSocket connection.__
7
+
A main goal of this project is to have the JSON-RPC server and client support __bidirectional JSON-RPC requests over a single WebSocket connection.__ Simply put, it makes it possible to have a JSONRPC __Server__ in the browser and a separate one in the back-end.
8
8
9
9
This library is tested in __browsers__ (at least Internet Explorer 10) and in __Node.js__ (at least 7.8, or 7.x with the --harmony flag.).
10
10
@@ -369,4 +369,4 @@ __Site B (ES5 browser). WebSocket client (connects to the above WebSocket TCP se
369
369
Open the developer tools console (F12for most browsers, CTRL+SHIFT+Iin Electron) to see errors or manually make calls.
0 commit comments