FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

Sockudo · GitHub

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
sockudo-ws Ultra-low latency WebSocket library with SIMD acceleration
sockudo-docs Documentation website

Community & Support


License: MIT | Built with ❤️ and Rust 🦀

Pinned Loading

  1. sockudo sockudo Public

    Blazingly fast pusher drop-in replacement written in rust

    Rust 800 61

  2. sockudo-ws sockudo-ws Public

    Ultra-low latency WebSocket library for HFT applications

    Rust 214 12

Repositories

Loading
Type
Select type
All Public Sources Forks Archived Mirrors Templates
Language
Select language
All C C# Dart Go Java JavaScript Kotlin PHP Python Ruby Rust Swift TypeScript Vue
Sort
Select order
Last updated Name Stars
Showing 10 of 24 repositories

People

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

Top languages

Loading…

Most used topics

Loading…


Back | FazBrowse Home | New Git URL