Skip to content
@remoc-rs

remoc

Simple, efficient and resilient network communication for Rust

remoc-rs

Rust libraries for communication between programs.

  • 🦑 remoc — Rust RPC with remote channels and objects. Calls can pass Tokio-style channels and remote objects over a single transport connection such as TCP, TLS or a WebSocket, and they stay usable after the call has returned.
  • 🐊 aggligator — link aggregation and failover for Rust, without Multipath TCP. It combines multiple network links (TCP, WebSocket, USB, Bluetooth) into one connection having their combined bandwidth, with failover between links and roaming between networks, completely in user space.
  • 💼 postbag — a compact binary Serde codec with built-in schema evolution. Fields and enum variants can be added, removed and reordered while old and new programs keep exchanging data.

All projects are written in 100% safe Rust and are Apache 2.0 licensed. Remoc and Aggligator build upon Tokio, and Remoc uses Postbag as its codec.

Illustrated overviews, examples and benchmarks are available at remoc.rs, remoc.rs/aggligator and remoc.rs/postbag.

Pinned Loading

  1. remoc remoc Public

    Remoc 🦑 — Rust RPC with remote channels and objects. Calls can pass Tokio-style channels and remote objects over a single transport connection.

    Rust 238 20

  2. aggligator aggligator Public

    Aggregates multiple links (TCP, Bluetooth, USB, WebSocket or similar) into one connection having their combined bandwidth and provides resiliency against failure of individual links.

    Rust 234 20

  3. postbag postbag Public

    Postbag 💼 — Compact binary Serde codec for Rust with built-in schema evolution. Add, remove and reorder fields and enum variants while old and new programs keep exchanging data.

    Rust 7 2

  4. wokio wokio Public

    Wokio provides the parts of the Tokio API that cannot work as-is inside a JavaScript runtime and implements them on top of the web platform.

    Rust 1

Repositories

Showing 6 of 6 repositories
  • postbag Public

    Postbag 💼 — Compact binary Serde codec for Rust with built-in schema evolution. Add, remove and reorder fields and enum variants while old and new programs keep exchanging data.

    remoc-rs/postbag's past year of commit activity
    Rust 7 Apache-2.0 2 0 0 Updated Sep 7, 2026
  • remoc Public

    Remoc 🦑 — Rust RPC with remote channels and objects. Calls can pass Tokio-style channels and remote objects over a single transport connection.

    remoc-rs/remoc's past year of commit activity
    Rust 238 Apache-2.0 20 0 0 Updated Sep 7, 2026
  • remoc-rs/remoc-rs.github.io's past year of commit activity
    HTML 0 0 0 0 Updated Sep 3, 2026
  • .github Public
    remoc-rs/.github's past year of commit activity
    0 0 0 0 Updated Sep 3, 2026
  • aggligator Public

    Aggregates multiple links (TCP, Bluetooth, USB, WebSocket or similar) into one connection having their combined bandwidth and provides resiliency against failure of individual links.

    remoc-rs/aggligator's past year of commit activity
    Rust 234 Apache-2.0 20 3 (2 issues need help) 0 Updated Aug 26, 2026
  • wokio Public

    Wokio provides the parts of the Tokio API that cannot work as-is inside a JavaScript runtime and implements them on top of the web platform.

    remoc-rs/wokio's past year of commit activity
    Rust 1 Apache-2.0 0 0 0 Updated Aug 13, 2026