aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/README.md
blob: bed73b46f5faedf308b29fa4fead025620f5502a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arti-rpcserver

Backend for Arti's RPC service

## Overview

This crate provides the code to listen as an Arti RPC server,
accept and authenticate incoming connections,
and decode and dispatch requests from clients,
and maintain state necessary for a client RPC sessions.

License: MIT OR Apache-2.0