deepstream.io VS SocketCluster

Compare deepstream.io vs SocketCluster and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
deepstream.io SocketCluster
7 8
7,120 6,109
0.1% -0.0%
5.6 6.8
about 1 month ago 22 days ago
TypeScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

deepstream.io

Posts with mentions or reviews of deepstream.io. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-02.
  • Ask HN: Who wants to be hired? (January 2023)
    22 projects | news.ycombinator.com | 2 Jan 2023
  • 7 Useful JavaScript Libraries To Build a Real-Time Web App
    4 projects | dev.to | 12 Dec 2022
    Deepstream is an open-source library for real-time web application development. The library, which is built with Node.js and Engine.io, helps developers build frontend web applications that perform real-time updates while requiring minimal backend code.
  • Ask HN: Who Wants to Collaborate?
    58 projects | news.ycombinator.com | 1 Jan 2022
    I'm working on a few projects, from one/two days to platforms.

    The first is OS and is a simple nodeJS environment to deploy applications via lambda and express quickly. Sort of like nestJS except less decorators and more functional (https://vramework.io/). I already know of a few other colleagues that rolled their own propriety versions of this to support enterprise and cloud deployments so decided to OS it.

    The other OS project is a strongly typed postgres/mysql driver. The idea is to generate typescript definitions directly from postgres (https://github.com/vramework/schemats) and then have a think layer ontop of pg-node that gives you strongly typed queries (https://github.com/vramework/postgres-typed).

    An open-source project I spent a few years on the core team is https://deepstream.io/, a realtime-server that allows you to mix and match multiple streaming protocols (mqtt/websocket/others) and allow those clients to talk to each other using pub-sub and records. I'm not longer working for it but wanted to give it a shout out!

    On a non OS project, I have been working on an immersive audio platform for a while now. The main goal is to allow users to pick and choose how audio books progress, and also have a live session mode which allows users to record their pulse / answer questions and a few other metrics and associate it with sentences. I pretty much built and deployed all of it but require some advice/brainstorming on how to proceed now. I built it to satisfy an itch when I was practicing shamanism during the first lockdown when I was in-between contracts / taking time off.

    I also want to build a simple web-pages strategy game based around eco-education, but don't have the bandwidth . If anyone is interested in mixing together gamification and eco-village building might be a fun conversion to bounce ideas!

    All the OS projects above were used to support my personal/a couple professional projects over the last few years.

    Email in profile

  • Ask HN: Freelancer? Seeking freelancer? (August 2021)
    1 project | news.ycombinator.com | 4 Aug 2021
    I'm currently looking for a contract that is part-time that is focused on consultancy or smaller projects (such as setting up containerized AWS environments)

    I am looking for part-time contract or freelance/consulting opportunities at the moment (up to 20 hours/week).

    GitHub: https://github.com/yasserf

    OS projects I am/was core maintainer of: https://vramework.io/ and https://deepstream.io/

    LinkedIn: https://uk.linkedin.com/in/yasserfadl

    Email: [email protected]

  • Crossbar.io ā€“ an open source platform for distributed and microservice apps
    3 projects | news.ycombinator.com | 7 May 2021
    https://deepstream.io is the closest and has a richer feature set (including a replicating document store), however it seems to have a small ecosystem / community / limited support options, and permissions do not seem as advanced.

    https://nats.io is close but lower level. Has a large community and rich ecosystem however.

    Then you can also mix and match lowever level technologies to achieve the particular set of tradeoffs you need. MQTT, AMQP as the protocol, mosquitto / rabbitmq/zeromq, then json-rpc on top ...

  • Which self hosted Pub/Sub realtime technology (websockets etc) do you use and why?
    5 projects | /r/node | 1 Apr 2021
    I can find socket.io, faye, deepstream.io , autobahn-js and nchan, centrifugo. Can you also explain why you chose it and if you had troubles with some other solution?
  • Some good example projects
    2 projects | /r/node | 11 Jan 2021

SocketCluster

Posts with mentions or reviews of SocketCluster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-12.
  • Is it a good practice to store web sockets connections on redis?
    1 project | /r/node | 24 Jun 2023
    If redis doesn't satisfy your requirements or you're unable to make it work using adaptor, SocketCluster is a great package for this https://socketcluster.io/
  • Why messaging is much better than REST for inter-microservice communications
    9 projects | news.ycombinator.com | 12 Feb 2023
    Interesting how this feature set is pretty much exactly the same as offered by SocketCluster https://socketcluster.io/
  • On the Unhappiness of Software Developers
    1 project | news.ycombinator.com | 3 Sep 2022
    This resonates with me 100%. Every bit of unhappiness I've felt in my career so far has been caused by a bad manager. The main issue for me has been the final point you mentioned about "Imposed artificial limitations" - I cannot tell you the number of times that I've been forced to use an inefficient tool or do something in a sub-optimal or downright incorrect way (knowing that it would have to be re-written later) by a bad manager... In some companies, it was a daily occurrence; that's why I never stayed at a single company for longer than 2 years. It's almost impossible to find a company that lets me implement things correctly.

    Thankfully, nobody could constrain me in my open source work. I (with the help of community members) built:

    - SocketCluster (https://socketcluster.io/): A distributed pub/sub framework.

    - Capitalisk (https://capitalisk.com/): A lightweight quantum-resistant blockchain which is less than 5K lines of code.

    - LDEX (https://ldex.trading/): A deterministic decentralized exchange (DEX) which can work with many different blockchain protocols. It's less than 4K lines of code in total and only has 3 small third-party dependencies (including sub-dependencies).

  • Looking for real-time message solution recommendations
    2 projects | /r/softwarearchitecture | 5 Jun 2022
    The two best lightweight solutions I have worked with are SocketCluster and NATS. SocketCluster is used to build out a custom backend that scales very well. NATS would be used as a central pub/sub system. If you need queueing, you'll need to add additional services like Redis.
  • How to define RPC server with SocketCluster.
    1 project | /r/node | 28 Mar 2022
    In the homepage for SocketCluster it is mentioned that it is a Highly scalable pub/sub and RPC framework optimized for async/await. However in the documentation I have not found anything related to RPC. Am I interpreting anything wrong here?
  • Top WebSocket libraries for Node.js in 2022
    12 projects | dev.to | 7 Jan 2022
    At the time of writing, SocketCluster has almost 6k stars on GitHub and 7k downloads on npm weekly,
  • SocketCluster. The most underrated framework. Part 1: Intoduction
    6 projects | dev.to | 30 Mar 2021
    SocketCluster is a framework which allows you to use the WebSocket protocol the transmit between its backend API and client library. The client can be used both on a backend (E.g. a Raspberry pi) or frontend application.

What are some alternatives?

When comparing deepstream.io and SocketCluster you can also consider the following projects:

Socket.io - Realtime application framework (Node.JS server)

Primus - :zap: Primus, the creator god of the transformers & an abstraction layer for real-time to prevent module lock-in.

SockJS - WebSocket emulation - Node.js server

Straw - Realtime processing framework for Node.js

Faye - Simple pub/sub messaging for the web

HPI - Human Programming Interface šŸ§‘šŸ‘½šŸ¤–

Centrifugo - Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably. Set up once and forever.

comfyui-mixlab-nodes - Workflow-to-APP态ScreenShare&FloatingVideo态GPT & 3D态SpeechRecognition&TTS