awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesWebSocket Reverse Proxy Deployments

Deployment strategies for running WebSocket servers alongside traditional web servers using separate ports, subdomains, or reverse proxy configurations.

Distinct from Bot Web Server Deployments: No candidate covers WebSocket-specific deployment alongside traditional web servers; closest is Bot Web Server Deployments which is Telegram-specific.

Explore 4 awesome GitHub repositories matching devops & infrastructure · WebSocket Reverse Proxy Deployments. Refine with filters or upvote what's useful.

Awesome WebSocket Reverse Proxy Deployments GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ratchetphp/ratchetAvatar ratchetphp

    ratchetphp/Ratchet

    6,434Vezi pe GitHub↗

    Ratchet is a PHP library for building asynchronous WebSocket servers that handle persistent, bidirectional communication between clients and the server. It provides a complete server-side WebSocket implementation, including protocol handshake negotiation, message framing over TCP, and an event-loop-based concurrency model that manages thousands of simultaneous connections without blocking. The library implements a connection registry pattern for tracking all active WebSocket sessions, enabling the server to broadcast or unicast messages to any connected client on demand. It relies on non-bloc

    Runs a WebSocket server on a separate port or subdomain, or behind a reverse proxy, next to a traditional PHP website.

    PHP
    Vezi pe GitHub↗6,434
  • aaugustin/websocketsAvatar aaugustin

    aaugustin/websockets

    5,692Vezi pe GitHub↗

    websockets is a Python library for building WebSocket servers and clients using coroutines and the asyncio framework. It provides a complete toolkit for creating production-ready WebSocket applications, including a coroutine-based framework for handling connections, messages, and lifecycle events, as well as a client library for opening persistent bidirectional connections to remote endpoints. The library manages the full lifecycle of WebSocket connections, including handshake, message exchange, and graceful closure, with support for path-based routing to organize server logic across multiple

    Provides configuration for reverse proxies and cloud platforms to deploy WebSocket servers reliably.

    Python
    Vezi pe GitHub↗5,692
  • python-websockets/websocketsAvatar python-websockets

    python-websockets/websockets

    5,692Vezi pe GitHub↗

    websockets is a Python library that provides both client and server implementations for the WebSocket protocol, enabling real-time, bidirectional communication between applications. At its core, it offers the fundamental primitives for establishing persistent connections, managing their lifecycles, and exchanging text or binary messages asynchronously using coroutines. The library distinguishes itself through comprehensive support for various messaging patterns, including broadcast messaging to all connected clients, targeted messaging to specific clients, and shared application state synchro

    Documents how to route WebSocket traffic through a reverse proxy by translating the Upgrade handshake and forwarding frames.

    Pythonpythonpython3websocket
    Vezi pe GitHub↗5,692
  • huashengdun/websshAvatar huashengdun

    huashengdun/webssh

    5,118Vezi pe GitHub↗

    Webssh este o interfață de tip remote shell și gateway SSH bazată pe browser. Funcționează ca un client SSH web și emulator de terminal, permițând utilizatorilor să stabilească conexiuni securizate shell către servere la distanță și să execute comenzi direct printr-un browser web, fără a fi nevoie de un client de terminal local. Serviciul suportă administrarea serverelor la distanță folosind autentificarea prin parolă sau cheie publică. Permite pornirea și configurarea automatizată a sesiunilor prin transmiterea detaliilor de conexiune, setărilor de terminal și comenzilor inițiale prin parametrii de interogare ai URL-ului din browser. Sistemul oferă o interfață de terminal redimensionabilă care suportă scheme de culori personalizate, redimensionarea ferestrei și modul fullscreen. Poate fi implementat ca serviciu web independent sau găzduit în spatele unui reverse proxy.

    Supports deployment behind reverse proxies by correctly handling headers and port forwarding for WebSocket traffic.

    Pythonasynchronousparamikopython
    Vezi pe GitHub↗5,118
  1. Home
  2. DevOps & Infrastructure
  3. WebSocket Reverse Proxy Deployments

Explorează sub-etichetele

  • Production Configurations1 sub-tagConfigure production-ready WebSocket servers with TLS, reverse proxies, and process management for reliable real-time communication. **Distinct from WebSocket Reverse Proxy Deployments:** Distinct from WebSocket Reverse Proxy Deployments: covers broader production concerns including TLS setup and process management, not just reverse proxy deployment strategies.