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

2 repos

Awesome GitHub RepositoriesReliability Patterns

Design strategies that ensure system stability and consistent operation despite component failures or network interruptions.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Reliability Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Performance and Reliability
  4. Reliability Patterns

Awesome Reliability Patterns GitHub Repositories

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

    xtekky/gpt4free

    65,720GitHubView on GitHub↗

    This project provides a unified interface for interacting with a wide range of artificial intelligence services, acting as a central orchestration layer for text and image generation. It standardizes access to diverse AI backends, allowing developers to integrate multiple language and vision models through a single, co

    Pythonchatbotchatbotschatgpt
  • socketio/socket.io

    socketio/socket.io

    62,883GitHubView on GitHub↗

    Socket.io is a real-time communication engine that enables bidirectional, event-based data exchange between clients and servers. It provides a robust transport-agnostic protocol layer that automatically manages connection lifecycles, including heartbeat signals, automatic reconnection, and seamless fallback between Web

    TypeScriptjavascriptnodejssocket-io

Explore sub-tags

  • Automated Retry StrategiesMechanisms that automatically re-attempt failed operations to recover from transient network or service errors.
  • Delivery GuaranteesConfigurations and protocols that ensure messages are successfully received by the server through acknowledgements and retry logic.