Skip to content
@remoc-rs

remoc

Simple, efficient and resilient network communication for Rust

remoc-rs

Rust libraries for communication between programs.

  • 🦑 remoc — Async Rust RPC and IPC where calls can pass live channels and remote objects over a single multiplexed connection.
  • 🐊 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

    🦑 Async Rust RPC and IPC where calls can pass live channels and remote objects over a single multiplexed connection.

    Rust 247 22

  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 237 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 9 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
  • remoc Public

    🦑 Async Rust RPC and IPC where calls can pass live channels and remote objects over a single multiplexed connection.

    Rust 247 Apache-2.0 22 0 0 Updated Sep 17, 2026
  • remoc-rs/remoc-rs.github.io's past year of commit activity
    HTML 0 0 0 0 Updated Sep 16, 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 Sep 16, 2026
  • .github Public
    remoc-rs/.github's past year of commit activity
    0 0 0 0 Updated Sep 11, 2026
  • 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 9 Apache-2.0 2 0 0 Updated Sep 7, 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 237 Apache-2.0 20 3 (2 issues need help) 0 Updated Aug 26, 2026

Top languages

Loading…

Most used topics

Loading…