GoBlog syncs the editor state between browsers in real-time now. ✨ Thanks to WebSockets!
This way I can start writing on one device, continue on another and publish from just another one. WebSocket connections get also reestablished, when they fail, because the Internet connection changed etc. This was a fun programming evening. 😄
Tomorrow I will continue with some issues from GitHub…