LiveSync Relay

This is a LiveSync relay server.

LiveSync enables real-time collaborative editing of local files. Open a file in your editor, share it with a single command, and others can join and edit simultaneously — changes sync instantly to everyone’s disk.

Quick start

# Install
npm install -g livesync

# Share a file
livesync share myfile.md

# On another machine, join with the session ID
livesync join abc123

API

This relay exposes two endpoints for LiveSync clients:


Learn more at trylivesync.dev