Skip to content
@sockudo

Sockudo

High-performance real-time infrastructure. Ultra-fast WebSocket libraries and cloud services built in Rust.

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 🦀

Pinned Loading

  1. sockudo sockudo Public

    Blazingly fast pusher drop-in replacement written in rust

    Rust 488 30

  2. sockudo-ws sockudo-ws Public

    Ultra-low latency WebSocket library for HFT applications

    Rust 147 6

Repositories

Showing 7 of 7 repositories
  • sockudo Public

    Blazingly fast pusher drop-in replacement written in rust

    sockudo/sockudo’s past year of commit activity
    Rust 488 MIT 30 6 1 Updated Mar 2, 2026
  • sockudo-docs Public

    Docs for sockudo

    sockudo/sockudo-docs’s past year of commit activity
    Vue 0 2 1 0 Updated Feb 21, 2026
  • sockudo-ws Public

    Ultra-low latency WebSocket library for HFT applications

    sockudo/sockudo-ws’s past year of commit activity
    Rust 147 MIT 6 1 0 Updated Feb 18, 2026
  • oxidelta Public
    sockudo/oxidelta’s past year of commit activity
    Rust 1 0 0 0 Updated Feb 11, 2026
  • sockudo-kv Public

    A high-performance, Redis-compatible in-memory database written in Rust

    sockudo/sockudo-kv’s past year of commit activity
    C 8 0 0 0 Updated Feb 3, 2026
  • .github Public
    sockudo/.github’s past year of commit activity
    0 0 0 0 Updated Jan 5, 2026
  • pusher-http-rust Public

    A Rust client for interacting with the Pusher HTTP API

    sockudo/pusher-http-rust’s past year of commit activity
    Rust 4 MIT 1 0 0 Updated Dec 30, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Rust C Vue

Most used topics

Loading…