Module kipa_lib::server[][src]

Traits for sending and receiving requests between KIPA nodes

Modules

tcp

Implementation of servers using TCP sockets

unix_socket

Handles sending and receiving requests on a unix pipe for local processes, such as the CLI

Traits

Client

Listen for requests from other KIPA nodes

LocalClient

Trait for sending requests to local KIPA daemon

LocalServer

Create a server that can listen for requests from local clients

Server

Create a server that can listen for requests from remote KIPA nodes and pass them to PayloadHandler