| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
A blazing-fast, scalable WebSocket server implementing the Pusher protocol in Rust.
🚀 Get Started | 📚 Documentation | 💬 Discord
# 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 |
License: MIT | Built with ❤️ and Rust 🦀
This organization has no public members. You must be a member to see who’s a part of this organization.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |