Files
plane/apps/live
sriram veeraghantaandGitHub 4c08815b86 [WEB-6365] chore: replace prettier with oxcfmt (#5959)
* chore: replace prettier with oxcfmt

* fix: format

* revert: eslint changes
2026-02-25 15:37:12 +05:30
..
2026-02-09 14:32:20 +05:30
2025-12-05 16:27:19 +05:30

Live Server

Real-time collaborative server that powers Plane's rich text editor using Hocuspocus (Yjs) and Socket.IO.

Development

Commands

# Start the main server (Hocuspocus + Socket.IO)
pnpm dev

# Start the AMQP event consumer
pnpm dev:consumer

# Build for production
pnpm build

# Start production server
pnpm start

Environment Variables

Copy .env.example to .env and configure the required variables.

Architecture

  • Hocuspocus Server: Collaborative document editing with Yjs CRDT
  • Socket.IO: Real-time workspace events
  • AMQP Consumer: Processes events from RabbitMQ for real-time updates