Skip to content

sockudo/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Sockudo - High-Performance WebSocket Server

A blazing-fast, scalable WebSocket server implementing the Pusher protocol in Rust.

πŸš€ Get Started | πŸ“š Documentation | πŸ’¬ Discord


Why Sockudo?

  • ⚑ 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

Quick Start

# Clone and start with Docker
git clone https://github.com/sockudo/sockudo.git
cd sockudo
make up

# Server runs on http://localhost:6001

Or use any Pusher-compatible client:

import Pusher from 'pusher-js';

const pusher = new Pusher('app-key', {
    wsHost: 'localhost',
    wsPort: 6001,
    forceTLS: false
});

Repositories

Repository Description Stars
sockudo High-performance Pusher-compatible WebSocket server Stars
sockudo-ws Ultra-low latency WebSocket library with SIMD acceleration Stars
sockudo-docs Documentation website Stars

Community & Support


License: MIT | Built with ❀️ and Rust πŸ¦€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published