WebSockets server that mimics the Node.js `net` module API, yielding duplex streams instead of the 'onmessage/send' WebSockets API. Compatible with simple-websocket (https://github.com/feross/simple-websocket)
A simple websocket server for Effection
Simple WebSocket server
Wio package for C++ Simple-WebSocket-Server
Simple WebSocket server and client for IMA.js
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client
Simple, EventEmitter API for WebSockets (browser)
Simple websocket server
WebSocket protocol handler with pluggable I/O
A simple websocket server written in es6
Simple websocket server lets you subscribe and broadcast
Standards-compliant WebSocket server and client
A better WebSocket that Just Works™
Websockets provider for Yjs
An HTTP(s) proxy `http.Agent` implementation for HTTPS
simple websocket server
Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.
Generic extension manager for WebSocket connections
Reconnecting WebSocket
WebSocket helper for Node.js
Simple, EventEmitter API for WebSockets (browser)
Mock websockets and assert complex websocket interactions with Jest
A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS
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.