Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 331 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 331 Bytes

Rust Ws Server

Inspired By

https://github.com/ekzhang/rustpad

Getting started

rust-server

初始化websocket,接收客户端发送的消息并广播

ot-wasm

wasm-bindgen包裹的ot实现,用于浏览器调用

ot-ace-fe

前端实现,包括websocket客户端连接,处理服务器的广播消息。