/KtJsonRpcPeer

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 be work well with WebSocket.

Primary LanguageKotlinBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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