cloudillo-crdt 0.8.11

CRDT collaborative editing over WebSocket for Cloudillo, using the Yjs protocol
Documentation
1
2
3
4
5
6
mod prelude;
pub mod websocket;

pub use websocket::handle_crdt_connection;

// vim: ts=4