awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Error Handling · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesError Handling

Patterns for managing and reporting errors across client and server boundaries.

Distinguishing note: Focuses on dynamic type-based error propagation.

Explore 2 awesome GitHub repositories matching web development · Error Handling. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Error Handling

Awesome Error Handling GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • DioxusLabs/dioxus

    DioxusLabs/dioxus

    34,784View on GitHub↗

    Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha

    Manages server-side errors using dynamic types that integrate with request lifecycles.

    Rustandroidcssdesktop
    34,784View on GitHub↗
  • vapor/vapor

    vapor/vapor

    25,976View on GitHub↗

    Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the

    Maps custom error types to specific HTTP status codes and response formats.

    Swiftframeworkhttphttp2
    25,976View on GitHub↗