-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Serge edited this page Oct 1, 2021
·
7 revisions
The original application by Beebole requires other connected clients to refresh the browser to see the changes. It uses AJAX with HTTP GET or POST requests. I always wanted to add real time pushes to it, and it felt natural to use web sockets for that rather than the Comet' long poll approach.