awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to elpheria/rpc-websockets

Open-source alternatives to Rpc Websockets

30 open-source projects similar to elpheria/rpc-websockets, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Rpc Websockets 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
  • bevry/getmacbevry 的头像

    bevry/getmac

    360在 GitHub 上查看↗

    Get the mac address of the current machine you are on via Node.js

    TypeScript
    在 GitHub 上查看↗360
  • deepstreamio/deepstream.io-client-jsdeepstreamIO 的头像

    deepstreamIO/deepstream.io-client-js

    305在 GitHub 上查看↗

    The Browser / Node.js Client for deepstream.io

    TypeScript
    在 GitHub 上查看↗305
  • 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

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • feross/simple-peerfeross 的头像

    feross/simple-peer

    7,797在 GitHub 上查看↗

    simple-peer is a JavaScript library that provides a wrapper for WebRTC to simplify the establishment of peer-to-peer networking in the browser. It serves as a tool for creating direct device-to-device connections for the transmission of binary data and real-time media streaming. The library manages the exchange of strings and binary buffers through a data channel implementation and provides tools for sharing real-time audio and video tracks between peers. It covers the full lifecycle of peer connectivity, including signaling coordination, session description negotiation, and the gathering of

    JavaScript
    在 GitHub 上查看↗7,797
  • feross/simple-websocketfeross 的头像

    feross/simple-websocket

    186在 GitHub 上查看↗

    travis-image: https://img.shields.io/travis/feross/simple-websocket/master.svg travis-url: https://travis-ci.org/feross/simple-websocket npm-image: https://img.shields.io/npm/v/simple-websocket.svg npm-url: https://npmjs.org/package/simple-websocket downloads-image:…

    JavaScript
    在 GitHub 上查看↗186
  • heineiuo/isomorphic-wsheineiuo 的头像

    heineiuo/isomorphic-ws

    417在 GitHub 上查看↗

    Isomorphic implementation of WebSocket.

    JavaScript
    在 GitHub 上查看↗417
  • http-party/node-portfinderhttp-party 的头像

    http-party/node-portfinder

    899在 GitHub 上查看↗

    A simple tool to find an open port or domain socket on the current machine

    JavaScript
    在 GitHub 上查看↗899
  • indutny/node-ipindutny 的头像

    indutny/node-ip

    1,542在 GitHub 上查看↗

    IP address tools for node.js

    JavaScript
    在 GitHub 上查看↗1,542
  • infusion/node-dhcpinfusion 的头像

    infusion/node-dhcp

    305在 GitHub 上查看↗

    A DHCP server and client written in pure JavaScript

    JavaScript
    在 GitHub 上查看↗305
  • jetmore/swaksjetmore 的头像

    jetmore/swaks

    1,302在 GitHub 上查看↗

    Swaks - Swiss Army Knife for SMTP

    Perlperl5smtptesting
    在 GitHub 上查看↗1,302
  • joewalnes/websocketdjoewalnes 的头像

    joewalnes/websocketd

    17,465在 GitHub 上查看↗

    websocketd is a CGI web server and process-to-WebSocket wrapper that transforms command line programs into WebSocket servers by bridging standard input and output streams to remote clients. It functions as a TLS-secured gateway that routes traffic to backend processes, allowing any executable using standard IO to be exposed via a web interface. The project uses directory-based endpoint mapping to automate the creation of URL paths from local executable files. It employs a process-per-connection model to isolate execution and forwards HTTP request metadata, such as cookies and query parameters

    Goproxywebsocket-serverwebsockets
    在 GitHub 上查看↗17,465
  • jpillora/chiseljpillora 的头像

    jpillora/chisel

    15,615在 GitHub 上查看↗

    Chisel is a network tunneling tool that facilitates secure communication by encapsulating TCP and UDP traffic within HTTP requests. It functions as a connection multiplexer, consolidating multiple logical network streams into a single persistent connection to improve throughput and reduce overhead. By leveraging standard web protocols, the system enables firewall traversal and provides a mechanism for remote port forwarding and proxying. The project distinguishes itself through its focus on resilient connectivity and granular access control. It maintains persistent network sessions across uns

    Gogolanghttptcp
    在 GitHub 上查看↗15,615
  • kalm/kalm.jskalm 的头像

    kalm/kalm.js

    218在 GitHub 上查看↗

    The socket manager

    TypeScripthacktoberfestipcmultiplexing
    在 GitHub 上查看↗218
  • koichik/node-tunnelkoichik 的头像

    koichik/node-tunnel

    536在 GitHub 上查看↗

    ```javascript var tunnel = require('tunnel');

    JavaScript
    在 GitHub 上查看↗536
  • localtunnel/localtunnellocaltunnel 的头像

    localtunnel/localtunnel

    22,350在 GitHub 上查看↗

    Localtunnel is an HTTP tunneling service that exposes local development servers to the public internet. By creating secure tunnels with temporary public URLs, it allows developers to route incoming internet traffic directly to a web server running on a local machine. The service provides predictable or custom subdomains to facilitate remote collaboration and testing of local applications. It functions as a localhost proxy server, enabling users to receive and inspect external webhook payloads directly within a local environment during the development lifecycle. The platform manages traffic t

    JavaScript
    在 GitHub 上查看↗22,350
  • lukeed/sockettelukeed 的头像

    lukeed/sockette

    2,466在 GitHub 上查看↗

    The cutest little WebSocket wrapper! 🧦

    JavaScript
    在 GitHub 上查看↗2,466
  • mafintosh/airpastemafintosh 的头像

    mafintosh/airpaste

    829在 GitHub 上查看↗

    A 1-1 network pipe that auto discovers other peers using mdns

    JavaScript
    在 GitHub 上查看↗829
  • mafintosh/blecatmafintosh 的头像

    mafintosh/blecat

    96在 GitHub 上查看↗

    A 1-1 pipe over bluetooth low energy

    JavaScript
    在 GitHub 上查看↗96
  • mafintosh/discovery-swarmmafintosh 的头像

    mafintosh/discovery-swarm

    372在 GitHub 上查看↗

    A network swarm that uses discovery-channel to find and connect to peers.

    JavaScript
    在 GitHub 上查看↗372
  • mafintosh/hash-to-portmafintosh 的头像

    mafintosh/hash-to-port

    35在 GitHub 上查看↗

    Hash a value to a valid port

    JavaScript
    在 GitHub 上查看↗35
  • mafintosh/hyperpipemafintosh 的头像

    mafintosh/hyperpipe

    119在 GitHub 上查看↗

    Distributed input/output pipe.

    JavaScript
    在 GitHub 上查看↗119
  • mafintosh/network-addressmafintosh 的头像

    mafintosh/network-address

    67在 GitHub 上查看↗

    get the local network address of your machine

    JavaScript
    在 GitHub 上查看↗67
  • mafintosh/signalhubmafintosh 的头像

    mafintosh/signalhub

    674在 GitHub 上查看↗

    Simple signalling server that can be used to coordinate handshaking with webrtc or other fun stuff.

    JavaScript
    在 GitHub 上查看↗674
  • mafintosh/torrent-mountmafintosh 的头像

    mafintosh/torrent-mount

    1,413在 GitHub 上查看↗

    Mount a torrent (or magnet link) as a filesystem in real time using torrent-stream and fuse.

    JavaScript
    在 GitHub 上查看↗1,413
  • mafintosh/webcatmafintosh 的头像

    mafintosh/webcat

    453在 GitHub 上查看↗

    Mad science p2p pipe across the web using webrtc that uses your Github private/public key for authentication and a signalhub for discovery

    JavaScript
    在 GitHub 上查看↗453
  • 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
  • nicocha30/ligolo-ngnicocha30 的头像

    nicocha30/ligolo-ng

    4,289在 GitHub 上查看↗

    Ligolo-ng is a network tunneling framework and control server designed for managing remote agents and coordinating network routing. It functions as a reverse tunneling proxy and a site-to-site VPN tool, utilizing a userland TUN interface to pivot network traffic through remote agents. The project distinguishes itself by using a TUN interface routing system to forward TCP, UDP, and ICMP traffic through multiple remote agents. It implements a C2 model where a central server manages remote agents to bypass firewall restrictions and provide direct subnet access to isolated networks. The system c

    Gogolangoffensive-securitypentest-tool
    在 GitHub 上查看↗4,289