A lightweight WebSocket server enabling peer-to-peer live collaboration sessions, designed for real-time editing and sharing. Version 0.1.1 is the current stable release. It is primarily distributed via npm and can be executed directly with bunx, npx, or yarn dlx. Unlike full signaling servers with STUN/TURN, this package provides a minimal WebSocket signaling endpoint for P2P connections. The project appears stable but has low release cadence.
npm install p2p-live-share-ws-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Imports and runs the WebSocket server on a specified port and hostname.
Pin to exact version or check changelog before upgrading.
Use import syntax or dynamic import().
Wrap with HTTPS server for production if using WSS.
Switch to import statement or use dynamic import()
Use import { startServer } from ...Specify a different port via --port option or environment variable
No dependency data recorded yet.