faye-websocket-node
WebSocket client/server library
Provides classes for building WebSocket servers and clients in Node
Standards-compliant WebSocket client and server
610 stars
31 watching
102 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
faye/faye-websocket-ruby | Provides classes and methods for building WebSocket servers and clients in Ruby. | 1,040 |
sitegui/nodejs-websocket | Provides a standard way to establish WebSocket connections between clients and servers in Node.js | 737 |
faye/websocket-driver-ruby | A WebSocket protocol handler with pluggable I/O | 223 |
feross/simple-websocket | Provides a simple WebSocket API for working with real-time communication in the browser or Node.js environment. | 185 |
vitalets/websocket-as-promised | A Promise-based API for interacting with WebSockets | 596 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
imanel/websocket-rack | A Rack-based WebSocket server implementation in JavaScript | 192 |
jaspervdj/websockets | Provides a Haskell library for creating WebSocket servers and clients with support for TLS and various testing frameworks. | 408 |
socketry/async-websocket | An asynchronous WebSocket client/server implementation supporting HTTP/1 and HTTP/2 protocols. | 175 |
links2004/arduinowebsockets | A WebSocket library for Arduino that provides a client and server implementation of the WebSocket protocol. | 1,912 |
finagle/finagle-websocket | Provides support for real-time communication using websockets in a Finagle-based service | 35 |
max-mapper/websocket-stream | A Node.js module that enables the use of WebSockets with Node Streams API for bidirectional communication between clients and servers. | 668 |
johanwinther/websocket_server | Provides an async iterator for WebSocket events from all connected clients | 9 |
charje/portal | A portable WebSocket server written in Common Lisp, designed to handle multiple clients and resources. | 28 |
ryo-ma/deno-websocket | A simple WebSocket library for Deno, providing a standard interface for establishing and managing WebSocket connections. | 152 |