A blazing-fast, scalable WebSocket server implementing the Pusher protocol in Rust.
π Get Started | π Documentation | π¬ Discord
- β‘ 100K+ concurrent connections on a single node
- π Pusher-compatible - drop-in replacement
- ποΈ Horizontal scaling with Redis, NATS, Redis Cluster
- π‘οΈ Production-ready with rate limiting, SSL/TLS, metrics
- π¦ Built in Rust for memory safety and performance
# Clone and start with Docker
git clone https://github.com/sockudo/sockudo.git
cd sockudo
make up
# Server runs on http://localhost:6001Or use any Pusher-compatible client:
import Pusher from 'pusher-js';
const pusher = new Pusher('app-key', {
wsHost: 'localhost',
wsPort: 6001,
forceTLS: false
});| Repository | Description | Stars |
|---|---|---|
| sockudo | High-performance Pusher-compatible WebSocket server | |
| sockudo-ws | Ultra-low latency WebSocket library with SIMD acceleration | |
| sockudo-docs | Documentation website |
- π¦ Follow us on X @sockudorealtime
- π¬ Join our Discord server
- π Report issues
- π‘ Discussions
- βοΈ Email: sockudorealtime@gmail.com
License: MIT | Built with β€οΈ and Rust π¦