Skip to content

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.

License

Notifications You must be signed in to change notification settings

ArcticLampyrid/KtJsonRpcPeer

Repository files navigation

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

About

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.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages