Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.08 KB

KtJsonRpcPeer

Maven Central JitPack
KtJsonRpcPeer is a Kotlin library that implements JSON-RPC 2.0 in Peer mode.
It's full-duplex, supporting two-way procedure call.
It can work well with WebSocket.

Release

This library uses Maven Central to release versions.
It's also compatible with JitPack (but without non-Linux native publications).

Dependency Information

Gradle Groovy DSL

implementation 'com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer:${VERSION}'

Gradle Kotlin DSL

implementation("com.github.ArcticLampyrid.KtJsonRpcPeer:KtJsonRpcPeer:${VERSION}")

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!!!)