Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
WebSocket protocol handler with pluggable I/O
Standards-compliant WebSocket server and client
An HTTP(s) proxy `http.Agent` implementation for HTTPS
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client
Websocket Client & Server Library implementing the WebSocket protocol as specified in RFC 6455.
Websockets provider for Yjs
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
WebSocket helper for Node.js
Isomorphic implementation of WebSocket
Mock websockets and assert complex websocket interactions with Vitest
matter.js based Matter controller library
basic websocket support for fastify
A better WebSocket that Just Works™
Generic extension manager for WebSocket connections
An RPC Subscriptions transport that uses WebSockets
[](https://www.npmjs.com/package/@aws-sdk/middleware-websocket) [](https://www.npmjs.com/
JavaScript client SDK for bidirectional communication with Centrifugo and Centrifuge-based server from browser, NodeJS and React Native
JSON-RPC 2.0 implementation over WebSockets for Node.js
WebSocket Matter server based on matter.js
Backend for y-websocket
Reconnecting WebSocket
WebSocket server for Ruby
EventMachine based WebSocket server
EventMachine based WebSocket server
An EventMachine based WebSocket server.
An evented ruby websocket server built on top of EventMachine
Cranberry models game objects and maintains server-side state, allowing you to use client-side websockets to join and send JSON instructions
A WebRTC signaling server implemented with WebSockets, EventMachine and Redis Pub-Sub
WAMPv1 compliant server to be used as a skeleton for nice and shining Ruby apps, based on WebSocket EventMachine Server.
This is a fast web socket server built on awesome EventMachine with em-websockets help. It provides easy to use, event-oriented middleware for your web-socket powered applications.
# 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 ```
OverSIP is an async SIP proxy/server programmable in Ruby language. Some features of OverSIP are: - SIP transports: UDP, TCP, TLS and WebSocket. - Full IPv4 and IPv6 support. - RFC 3263: SIP DNS mechanism (NAPTR, SRV, A, AAAA) for failover and load balancing based on DNS. - RFC 5626: OverSIP is a perfect Outbound Edge Proxy, including an integrated STUN server. - Fully programmable in Ruby language (make SIP easy). - Fast and efficient: OverSIP core is coded in C language. OverSIP is build on top of EventMachine-LE async library which follows the Reactor Design Pattern, allowing thousands of concurrent connections and requests in a never-blocking fashion.
OverSIP is an async SIP proxy/server programmable in Ruby language. Some features of OverSIP are: - SIP transports: UDP, TCP, TLS and WebSocket. - Full IPv4 and IPv6 support. - RFC 3263: SIP DNS mechanism (NAPTR, SRV, A, AAAA) for failover and load balancing based on DNS. - RFC 5626: OverSIP is a perfect Outbound Edge Proxy, including an integrated STUN server. - Fully programmable in Ruby language (make SIP easy). - Fast and efficient: OverSIP core is coded in C language. OverSIP is build on top of EventMachine async library which follows the Reactor Design Pattern, allowing thousands of concurrent connections and requests in a never-blocking fashion.