Ask HN: Any one with experience with Server Sent Event at scale?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • uWebSockets.js

    μWebSockets for Node.js back-ends :metal:

  • Couple thoughts

    - Savings in bandwidth might be only noticeable if the demand for scale is real and you have already exhausted other optimizations available. Think of trade-offs, the performance gains might be there, but other factors count like how familiar is your team with it, how flexible or constricting it is, etc etc.

    - WebSockets are easier to implement on the client-side, most developers are familiar with it, both in web app and mobile apps.

    - Since WebSockets are bi-directional, it's easy to let client send any data (e.g. for debugging, tracing, monitoring) almost effortlessly any time you might need it (maybe not now, maybe in the future).

    - WebSockets support binary data, you can use existing serialization formats like msgpack, or have your own binary serialization format.

    - There are WebSocket web frameworks out there like uWebSockets (written in C & C++, has Node.js API), used by most trading platforms, which got better performance than most web frameworks out there.

    - https://github.com/uNetworking/uWebSockets

    - https://github.com/uNetworking/uWebSockets.js/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • uWebSockets.js

    1 project | news.ycombinator.com | 5 Oct 2023
  • Simple, performant HTTP and WebSocket server using uWebSockets.js

    1 project | news.ycombinator.com | 12 May 2023
  • Can the performance of the clustered nodejs application compete with (or be better than) the performance of .NET Core-6-7?

    1 project | /r/node | 27 Nov 2022
  • Here is a fun question:

    1 project | /r/nextjs | 25 Nov 2022
  • Migrating from KOA to uWebSockets.js in less than 2 hours

    2 projects | dev.to | 29 Sep 2022