Skip to content

Commit 412c686

Browse files
authored
Update README.MD
1 parent 7862cd3 commit 412c686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This library is tested in __browsers__ (>= IE10) and in __Node.js__ (>=7.8).
1111
Very simple usage allows for very easy application development:
1212
* export methods in an endpoint (which extends JSONRPC.EndpointBase), and call those method remotely through a client (which extends JSONRPC.Client);
1313
* on bidirectional transports, there may be endpoints at both ends of a connection, or reversed roles (TCP client is a JSONRPC server, while TCP server is JSONRPC client).
14+
* all remote invocations are asynchronous (multiple responses on the same connection are matched to the right waiting promises)
1415

1516
## Transports
1617

0 commit comments

Comments
 (0)