node-y-websocket

Websockets provider for Yjs
  https://github.com/yjs/y-websocket#readme
  0
  no reviews



The Websocket Provider implements a classical client server model. Clients connect to a single endpoint over Websocket. The server distributes awareness information and document updates among clients.

The Websocket Provider is a solid choice if you want a central source that handles authentication and authorization. Websockets also send header information and cookies, so you can use existing authentication mechanisms with this server.

Node.js is an event-based server-side JavaScript engine.