A beginner friendly intro to server sent events with node.js

This page summarizes the projects mentioned and recommended in the original post on /r/node

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • EventSource

    a polyfill for http://www.w3.org/TR/eventsource/

    Yup, that is an issue. However, one can theoretically get rid of this issue by using making use of the fetch API to mock this as you stated. An easy way would be to consider a polyfill such as https://github.com/Yaffle/EventSource and customize it to force the use of fetch. I've not looked into it thoroughly so I may be wrong here.

  • WHATWG HTML Standard

    HTML Standard

    SSE is abandoned it seems

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • better-sse

    ⬆ Dead simple, dependency-less, spec-compliant server-side events implementation for Node, written in TypeScript.

    I've been working on a library that makes working with server-sent events easier on the server-side that can hopefully be relevant here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts