awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Connection Lifecycle Management · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesConnection Lifecycle Management

Mechanisms for pooling, multiplexing, and maintaining persistent network connections to backend services.

Explore 4 awesome GitHub repositories matching system administration & monitoring · Connection Lifecycle Management. Refine with filters or upvote what's useful.

  1. Home
  2. System Administration & Monitoring
  3. Administrative Operations
  4. Linux System Administration
  5. Networking
  6. Connection Lifecycle Management

Awesome Connection Lifecycle Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • fatedier/frp

    fatedier/frp

    104,608GitHubView on GitHub↗

    This project is a high-performance reverse proxy designed to expose local services to the internet. It provides a comprehensive suite of tools for managing network traffic, including support for TCP and UDP stream multiplexing, connection pooling, and load balancing across proxy instances. The system facilitates secure

    Goexposefirewallfrp
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    TypeScriptautomationchromechromium
  • astral-sh/uv

    astral-sh/uv

    79,476GitHubView on GitHub↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure repr

    Rustpackagingpythonresolver
  • redis/redis

    redis/redis

    73,096GitHubView on GitHub↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to pr

    Ccachecachingdatabase

Explore sub-tags

  • Connection MultiplexersSystems that manage and share connections across multiple threads to ensure efficient and thread-safe communication.
  • Connection PoolingTechnique of maintaining pre-established connections to backend services to reduce latency and improve resource utilization.
  • Parallel Network I/OTools that utilize asynchronous processing to perform multiple network requests or data transfers concurrently.
Remote Server Connectivities
Mechanisms for establishing connections between local applications and remote server environments.