JSON-RPC 2.0 implementation over WebSockets for Node.js and JavaScript/TypeScript
Principalele funcționalități ale elpheria/rpc-websockets sunt: Network Utilities, Real Time Communication.
Alternativele open-source pentru elpheria/rpc-websockets includ: bevry/getmac — Get the mac address of the current machine you are on via Node.js. deepstreamio/deepstream.io-client-js — The Browser / Node.js Client for deepstream.io. faye/faye — Faye is a real-time messaging middleware and WebSocket publish-subscribe server. It functions as a communication layer… feross/simple-peer — simple-peer is a JavaScript library that provides a wrapper for WebRTC to simplify the establishment of peer-to-peer… feross/simple-websocket — [travis-image]: https://img.shields.io/travis/feross/simple-websocket/master.svg [travis-url]:… atmosphere/atmosphere — Atmosphere is a Java-based framework for building and coordinating AI agents. It provides a real-time transport layer…
The Browser / Node.js Client for deepstream.io
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
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