websocket-as-promised
WebSocket client library
A Promise-based API for interacting with WebSockets
A Promise-based API for WebSockets
596 stars
11 watching
42 forks
Language: JavaScript
last commit: 3 months ago
Linked from 1 awesome list
javascriptnodejspromisewebsocketwebsocket-apiwebsocket-client
Related projects:
Repository | Description | Stars |
---|---|---|
sitegui/nodejs-websocket | Provides a standard way to establish WebSocket connections between clients and servers in Node.js | 737 |
faye/faye-websocket-node | Provides classes for building WebSocket servers and clients in Node | 610 |
feross/simple-websocket | Provides a simple WebSocket API for working with real-time communication in the browser or Node.js environment. | 185 |
melishev/wsgo | Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. | 3 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |
stevekane/promise-it-wont-hurt | A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling | 737 |
eliihen/wsta | A command-line tool for interacting with WebSockets | 632 |
websockets-rs/rust-websocket | A WebSocket library written in Rust providing functionality for dealing with WebSocket connections. | 1,553 |
socketry/async-websocket | An asynchronous WebSocket client/server implementation supporting HTTP/1 and HTTP/2 protocols. | 175 |
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 |
theturtle32/as3websocket | An implementation of the WebSocket protocol in ActionScript 3 | 247 |
sockjs/sockjs-node | A Node.js library that enables real-time, cross-browser communication between clients and servers through a WebSocket-like interface | 2,096 |
jebej/matlabwebsocket | A MATLAB library that enables real-time communication over the web using a WebSocket protocol. | 76 |
johanwinther/websocket_server | Provides an async iterator for WebSocket events from all connected clients | 9 |