Daily Shaarli

All links of one day in a single page.

September 29, 2022

Server-sent events - Web APIs | MDN

A way to avoid to pull with a request at regular intervals:

  • the user subscribe to events similar to JS Events
  • the server send them at its pace