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,780在 GitHub 上查看↗

    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

    624在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗624
  • faye/fayefaye 的头像

    faye/faye

    4,386在 GitHub 上查看↗

    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

    417在 GitHub 上查看↗

    Isomorphic implementation of WebSocket.

    JavaScript
    在 GitHub 上查看↗417

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • kalm/kalm.jskalm 的头像

    kalm/kalm.js

    218在 GitHub 上查看↗

    The socket manager

    TypeScripthacktoberfestipcmultiplexing
    在 GitHub 上查看↗218
  • lukeed/sockettelukeed 的头像

    lukeed/sockette

    2,466在 GitHub 上查看↗

    The cutest little WebSocket wrapper! 🧦

    JavaScript
    在 GitHub 上查看↗2,466
  • mcollina/aedesmcollina 的头像

    mcollina/aedes

    1,958在 GitHub 上查看↗

    Barebone MQTT server that can run on any stream servers

    JavaScript
    在 GitHub 上查看↗1,958
  • moscajs/aedesmoscajs 的头像

    moscajs/aedes

    1,955在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗1,955
  • mqttjs/mqtt.jsmqttjs 的头像

    mqttjs/MQTT.js

    9,033在 GitHub 上查看↗

    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,473在 GitHub 上查看↗

    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,885在 GitHub 上查看↗

    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

    736在 GitHub 上查看↗

    A nodejs module for websocket server and client

    在 GitHub 上查看↗736
  • socketcluster/socketclusterSocketCluster 的头像

    SocketCluster/socketcluster

    6,197在 GitHub 上查看↗

    Highly scalable realtime pub/sub and RPC framework

    JavaScriptdockerframeworkjavascript
    在 GitHub 上查看↗6,197
  • socketio/engine.ioS

    socketio/engine.io

    4,581在 GitHub 上查看↗

    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,195在 GitHub 上查看↗

    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,102在 GitHub 上查看↗

    SockJS family:

    JavaScript
    在 GitHub 上查看↗2,102
  • unetworking/uwebsocketsuNetworking 的头像

    uNetworking/uWebSockets

    18,888在 GitHub 上查看↗

    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,891在 GitHub 上查看↗

    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

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • websockets/wswebsockets 的头像

    websockets/ws

    22,768在 GitHub 上查看↗

    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