  
JSON-RPC 2.0 implementation over WebSockets for Node.js
WebSocket framework for Ruby on Rails.
SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication
HTTP proxying for the masses
Dead simple, dependency-less, spec-compliant server-sent events implementation written in TypeScript.
Simple, EventEmitter API for WebSockets (browser)
Standards-compliant WebSocket server and client
A simple websockets server for WebRTC-signaling of the webcdn system
Isomorphic implementation of WebSocket
Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client
TypeScript definitions for ws
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
WebSocket protocol handler with pluggable I/O
WebSocket framework for Ruby on Rails.
Isomorphic implementation of WebSocket
👂 Elegant HTTP Listener
A simple zero-configuration command-line http server
Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers
Simple WebSocket protocol 13 client with no native or heavy dependencies
An HTTP(s) proxy `http.Agent` implementation for HTTPS
Websockets provider for Yjs
Pure ruby code to run a WebSocket server.
Simple websocket server / client
This gem library allows you to access a WebSocket server in a sequential way instead of an event-driven way.
Simple WebSocket server built on top of Celluloid::IO
Uses websockets to communicate with a sockeye-server to receive messages that were pushed to it with sockeye-pusher
CelluloidPubsub is a simple ruby implementation of publish subscribe design patterns using celluloid actors and websockets, using Reel server for inter-process communication
Simple ruby implementation of a Redis Reactor used for publish subscribe communication between celluloid actors using Reel websocket server
A simple WebSocket echo server with data limits based on iodine
This is a simple Ruby-based policy server to serve Flash's crossdomain.xml policy file. The web is increasingly realtime, but websockets still aren't supported on older browser clients. Many server push libraries (e.g. socket.io) attempt to use websockets, with a Flash fallback. Others (amqp.js, for instance) are Flash only. When using Flash sockets, it's necessary to have a policy server running on port 843, in order to set cross domain policy. This library does the job.
# ws-rails-client Simple Ruby client to for Websocket Rails server. Example: ```ruby require 'ws_rails_client' require 'eventmachine' EM.run do client = WsRails::Client.new("ws://localhost:3000/websocket") client.handle 'my_event' do |message| client.send('my_response', message) end end ```
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.