centrifugal / centrifuge

Real-time messaging library for Go. The simplest way to add feature-rich and scalable WebSocket support to your application. The core of Centrifugo server.
https://pkg.go.dev/github.com/centrifugal/centrifuge
MIT License
1.08k stars 92 forks source link

Add example of real-time document sync #384

Closed FZambia closed 4 months ago

FZambia commented 4 months ago

Showing the approach of effective and reliable document sync using a RealTimeDocument helper class.