10 releases

new 0.4.10 Apr 25, 2024
0.4.9 Mar 21, 2024
0.4.6 Feb 21, 2024
0.4.3 Jan 30, 2024
0.2.0 Jan 2, 2024

#217 in WebSocket

Download history 5/week @ 2023-12-28 1/week @ 2024-01-04 9/week @ 2024-01-18 5/week @ 2024-01-25 11/week @ 2024-02-08 143/week @ 2024-02-15 177/week @ 2024-02-22 22/week @ 2024-02-29 92/week @ 2024-03-07 54/week @ 2024-03-14 152/week @ 2024-03-21 12/week @ 2024-03-28 2/week @ 2024-04-04

169 downloads per month

MIT license

450KB
11K SLoC

Plane logo

GitHub Repo stars Docker image Build Docker Image Tests Chat on Discord

Plane is a distributed system for running stateful WebSocket backends at scale. Plane is heavily inspired by Figma’s mulitplayer infrastructure, which dynamically spawns a process for each active document.

Use cases include:

  • Scaling up authoritative multiplayer backends.
  • Running isolated code environments (like REPLs, code notebooks, and LLM agent sandboxes).
  • Data-intensive applications that need a dedicated high-RAM process for each active user session.

Read more about Plane’s architecture.

Architecture diagram of Plane

Learn more

Dependencies

~84MB
~1.5M SLoC