#rpc-framework #jetstream #quic #9p #low-latency #remote-filesystem #quic-protocol

bin+lib jetstream_ufs

Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC

62 stable releases (10 major)

16.0.0 Feb 22, 2026
15.2.0 Feb 12, 2026
14.1.0 Feb 6, 2026
13.0.0 Jan 25, 2026
5.4.0 Nov 7, 2024

#5 in #remote-filesystem

BSD-3-Clause

285KB
6.5K SLoC

Fallback image description

JetStream

crates.io docs.rs Build Status Release Please🙏! benchmark pull requests crates.io downloads Ask DeepWiki

JetStream is an RPC framework designed to be a high performance, low latency, secure, and reliable RPC framework.

Transport Backends

JetStream supports multiple transport backends:

  • quinn - QUIC transport with TLS/mTLS support
  • iroh - P2P transport with built-in NAT traversal
  • webtransport - WebTransport transport for browser and server environments

Features

Motivation

Building remote filesystems over internet, is the main motivation behind JetStream.

Ready?

JetStream is not ready for production use. It's still in the early stages of development.

Docs

Examples

License

BSD-3-Clause

Dependencies

~23–34MB
~520K SLoC