awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to deepstreamio/deepstream.io-client-js

Open-source alternatives to Deepstream.io Client Js

20 open-source projects similar to deepstreamio/deepstream.io-client-js, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Deepstream.io Client Js alternative.

  • atmosphere/atmosphereAtmosphere का अवतार

    Atmosphere/atmosphere

    3,780GitHub पर देखें↗

    Atmosphere is a Java-based framework for building and coordinating AI agents. It provides a real-time transport layer for streaming data via WebSockets, SSE, gRPC, and WebTransport, alongside a multi-agent orchestration framework for managing agent fleets through sequential, parallel, and graph-based execution workflows. The project features a durable workflow engine that persists agent state as snapshots, allowing long-running tasks to survive system restarts and incorporate human-in-the-loop approvals. It also implements Model Context Protocol servers to expose tools, resources, and prompt

    Javaacpagentic-aiembabel
    GitHub पर देखें↗3,780
  • elpheria/rpc-websocketselpheria का अवतार

    elpheria/rpc-websockets

    624GitHub पर देखें↗

    JSON-RPC 2.0 implementation over WebSockets for Node.js and JavaScript/TypeScript

    JavaScript
    GitHub पर देखें↗624
  • faye/fayefaye का अवतार

    faye/faye

    4,386GitHub पर देखें↗

    Faye is a real-time messaging middleware and WebSocket publish-subscribe server. It functions as a communication layer that routes messages between clients and manages channel subscriptions to enable data synchronization across the web. The project provides a cross-domain communication gateway, allowing web clients on different domains to communicate with a central server. It is built as a clustered messaging backend that can share state across multiple instances using external storage to handle high volumes of persistent network connections. Its capability surface includes pub-sub logic for

    JavaScript
    GitHub पर देखें↗4,386
  • heineiuo/isomorphic-wsheineiuo का अवतार

    heineiuo/isomorphic-ws

    417GitHub पर देखें↗

    Isomorphic implementation of WebSocket.

    JavaScript
    GitHub पर देखें↗417

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • kalm/kalm.jskalm का अवतार

    kalm/kalm.js

    218GitHub पर देखें↗

    The socket manager

    TypeScripthacktoberfestipcmultiplexing
    GitHub पर देखें↗218
  • lukeed/sockettelukeed का अवतार

    lukeed/sockette

    2,466GitHub पर देखें↗

    The cutest little WebSocket wrapper! 🧦

    JavaScript
    GitHub पर देखें↗2,466
  • mcollina/aedesmcollina का अवतार

    mcollina/aedes

    1,958GitHub पर देखें↗

    Barebone MQTT server that can run on any stream servers

    JavaScript
    GitHub पर देखें↗1,958
  • moscajs/aedesmoscajs का अवतार

    moscajs/aedes

    1,955GitHub पर देखें↗

    Barebone MQTT broker that can run on any stream server, the node way

    JavaScript
    GitHub पर देखें↗1,955
  • mqttjs/mqtt.jsmqttjs का अवतार

    mqttjs/MQTT.js

    9,033GitHub पर देखें↗

    MQTT.js is a JavaScript client library and asynchronous messaging client used to connect to message brokers and exchange data via the MQTT protocol. It provides a broker interface for publishing and subscribing to topics, and includes a command-line interface for interacting with brokers without writing code. The library supports multiple network layers, including TCP, TLS, and WebSockets, and allows for custom WebSocket construction and transport injection to handle specific headers or subprotocols. It implements bandwidth reduction through topic aliasing, which replaces repetitive topic str

    TypeScripthacktoberfestjavascriptmqtt
    GitHub पर देखें↗9,033
  • primus/primusprimus का अवतार

    primus/primus

    4,473GitHub पर देखें↗

    Primus is a real-time communication abstraction layer and middleware framework. It provides a standardized interface for messaging that allows developers to switch between different transport engines without rewriting application logic, while also serving as a wrapper for managing socket lifecycles. The project distinguishes itself by functioning as a real-time client library generator, producing compatible client-side code based on server configurations. It further organizes data flow through virtual stream multiplexing and the ability to group connections into named communication rooms for

    JavaScriptbrowserchannelframeworkhttp
    GitHub पर देखें↗4,473
  • sipsorcery/sipsorcerysipsorcery का अवतार

    sipsorcery/sipsorcery

    1,885GitHub पर देखें↗

    A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.

    C#
    GitHub पर देखें↗1,885
  • sitegui/nodejs-websocketsitegui का अवतार

    sitegui/nodejs-websocket

    736GitHub पर देखें↗

    A nodejs module for websocket server and client

    GitHub पर देखें↗736
  • socketcluster/socketclusterSocketCluster का अवतार

    SocketCluster/socketcluster

    6,197GitHub पर देखें↗

    Highly scalable realtime pub/sub and RPC framework

    JavaScriptdockerframeworkjavascript
    GitHub पर देखें↗6,197
  • socketio/engine.ioS

    socketio/engine.io

    4,581GitHub पर देखें↗

    Engine.io is a real-time transport layer and cross-browser communication engine. It serves as a low-level bidirectional communication library designed to manage the underlying network connections and data exchange required for real-time applications. The library provides a WebSocket transport mechanism that includes automatic fallback to HTTP long-polling when bidirectional protocols are unavailable. It functions as the essential infrastructure for Socket.IO, enabling connection upgrades from standard HTTP handshakes to persistent TCP connections. Its capabilities include heartbeat-based con

    GitHub पर देखें↗4,581
  • socketio/socket.iosocketio का अवतार

    socketio/socket.io

    63,195GitHub पर देखें↗

    Socket.io is a real-time communication engine that enables bidirectional, event-based data exchange between clients and servers. It provides a robust transport-agnostic protocol layer that automatically manages connection lifecycles, including heartbeat signals, automatic reconnection, and seamless fallback between WebSockets and HTTP long-polling. By maintaining persistent links, it ensures reliable messaging across diverse network environments. The project distinguishes itself through a scalable, distributed architecture that supports multi-node synchronization and room-based message routin

    TypeScriptjavascriptnodejssocket-io
    GitHub पर देखें↗63,195
  • sockjs/sockjs-nodesockjs का अवतार

    sockjs/sockjs-node

    2,102GitHub पर देखें↗

    SockJS family:

    JavaScript
    GitHub पर देखें↗2,102
  • unetworking/uwebsocketsuNetworking का अवतार

    uNetworking/uWebSockets

    18,888GitHub पर देखें↗

    uWebSockets is a high-performance networking engine providing an HTTP web server and a WebSocket server framework. It implements a multi-threaded event loop architecture to deploy isolated application instances across multiple CPU cores and includes an SSL/TLS network layer for secure, encrypted communication. The project features a dedicated WebSocket pub/sub engine for distributing messages to specific groups of connected clients. It optimizes network throughput through syscall corking to reduce kernel overhead and employs payload compression to minimize data transfer sizes. The system cov

    C++commercialcross-platformhttp
    GitHub पर देखें↗18,888
  • uwebsockets/uwebsocketsuWebSockets का अवतार

    uWebSockets/uWebSockets

    18,891GitHub पर देखें↗

    uWebSockets is a C++ networking framework that serves as a high-performance WebSocket server library, HTTP web server, and pub-sub messaging system. It provides the infrastructure necessary to handle standard web requests and maintain low-latency, bidirectional connections between clients and servers. The framework is distinguished by its use of template meta-programming for compile-time optimization and zero-copy buffer management to minimize memory latency. It utilizes a backend-agnostic event loop and static route resolution to process network traffic with minimal runtime overhead. The pr

    C++
    GitHub पर देखें↗18,891
  • webbit/webbitW

    webbit/webbit

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • websockets/wswebsockets का अवतार

    websockets/ws

    22,768GitHub पर देखें↗

    This project is a Node.js WebSocket library that provides a high-performance client and server implementation for the WebSocket protocol. It functions as a transport layer for real-time bidirectional communication, supporting both UTF-8 strings and binary data transport through the use of TCP socket wrappers. The library enables the creation of WebSocket servers that manage full-duplex connections and broadcast messages to multiple clients, as well as WebSocket clients that establish persistent links to remote servers. It handles the protocol upgrade process via TCP-based handshake negotiatio

    JavaScript
    GitHub पर देखें↗22,768