Skip to content

Commit 0171d68

Browse files
author
ionut.stan
committed
Updated README.MD
1 parent 2264c49 commit 0171d68

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.MD

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
[![Build Status](https://travis-ci.org/oxygens/jsonrpc-bidirectional.svg?branch=master)](https://travis-ci.org/oxygens/jsonrpc-bidirectional)
44

5-
A main goal of this project is to have the JSONRPC server and client support __bidirectional JSON-RPC requests over a single WebSocket connection.__
5+
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.__
66

7-
Both the server and client support two __transports, HTTP and WebSocket__ ([websockets/ws](https://github.com/websockets/ws) compatible API), and allow more through plugin extensibility.
7+
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.).
8+
9+
Both the server and client support two __transports, HTTP and WebSocket__, and allow more through plugin extensibility.
10+
11+
For WebSocket client support it expects W3C compatible WebSocket class instances (browser `WebSocket` and Node.js [websockets/ws](https://github.com/websockets/ws) `WebSocket`). On the Node.js side it is tested to work with [websockets/ws](https://github.com/websockets/ws). `WebSocketServer` implementations are supported only if 100% API compatible with `websockets/ws`, or made compatible through an adapter.
812

913
Plugins are allowed to replace the JSON-RPC protocol altogether, extend the protocol or wrap it.
1014

0 commit comments

Comments
 (0)