ws
WebSocket library
A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers.
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
22k stars
380 watching
2k forks
Language: JavaScript
last commit: 26 days ago
Linked from 2 awesome lists
javascriptnodenodejsreal-timerfc-6455websocketwebsocket-clientwebsocket-compressionwebsocket-server
Related projects:
Repository | Description | Stars |
---|---|---|
theturtle32/websocket-node | An implementation of the WebSocket protocol for Node.js | 3,757 |
sitegui/nodejs-websocket | Provides a standard way to establish WebSocket connections between clients and servers in Node.js | 737 |
lukeed/sockette | Automated reconnection and reusable WebSocket wrapper | 2,454 |
nccgroup/wssip | A tool that intercepts and manipulates WebSocket traffic between clients and servers. | 445 |
webpack/webpack-dev-server | Serves a webpack app with live reloading, updating the browser on changes. | 7,798 |
zaphoyd/websocketpp | A C++ library that provides WebSocket protocol implementation and support for various network transport modules. | 7,056 |
nwjs/nw.js | Enables developers to create cross-platform desktop applications using HTML5, CSS3, and JavaScript with Node.js integration. | 40,391 |
tootallnate/java-websocket | A library implementing a WebSocket protocol in Java. | 10,530 |
coder/websocket | A minimal and idiomatic WebSocket library for Go | 3,950 |
gobwas/ws | A WebSocket implementation in Go. | 6,143 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
bminer/ws-server-wrapper | A lightweight library to wrap WebSocket servers with additional functionality | 18 |
grpc/grpc-web | Enables communication between web browsers and gRPC services using JavaScript | 8,660 |
unetworking/uwebsockets.js | A high-performance web server written in C++ that enables standards-compliant WebSocket connections. | 8,095 |
gorilla/websocket | An implementation of the WebSocket protocol for real-time communication over TCP connections. | 22,445 |