jaandrle / jaandrle.github.io

Personal page/blog
https://jaandrle.github.io/
MIT License
2 stars 3 forks source link

Server-Sent Events #49

Closed jaandrle closed 3 years ago

jaandrle commented 3 years ago
  1. Using server-sent events by rauschma
  2. Developing Real-Time Web Applications with Server-Sent Events
  3. CLL_Conference/example-test.php at server-sent · IndigoMultimediaTeam/CLL_Conference
jaandrle commented 3 years ago
const log= ({ data= "" }= {})=> console.log(data ? JSON.parse(data) : data);

To je asi blbost – nejspíš něco jako try/catch?