Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 805 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 805 Bytes

wsrpc

PkgGoDev Sourcegraph
wsrpc is a golang module that implements JSON-RPC 2.0 over WebSocket.
Since WebSocket is full-duplex, wsrpc support two-way procedure call.

Install

Just use the Go toolchain:

go get -u github.com/ArcticLampyrid/wsrpc

License

This library is licensed under BSD 3-Clause License.
Please see LICENSE for licensing details.
You can use TLDRLegal to see a summary first. (!!!NOT LEGAL ADVICE!!!)