All modules:

Link copied to clipboard
Link copied to clipboard

Core library for ksrpc. Contains definitions for the abstract definitions of communication channels and services.

Link copied to clipboard
Link copied to clipboard

Implementation of ksrpc channels that communicate using jsonrpc protocol.

Link copied to clipboard

Implementation of ksrpc channels that uses ktor to communicate over an http client.

Link copied to clipboard

Implementation of ksrpc channels that uses ktor to communicate as an http server.

Link copied to clipboard

Implementation of ksrpc channels that uses ktor to communicate over websockets with an http client.

Link copied to clipboard

Implementation of ksrpc channels that uses ktor to communicate over websockets as an http server.

Link copied to clipboard

Utility to wrap a ksrpc service and allow command line configuration of hosting.

Link copied to clipboard

Implementation of ksrpc channels that communicate using POSIX sockets or STD IN/OUT.

Link copied to clipboard