1 مستودع
Web frameworks focused on using strong typing for API request and response contracts.
Distinct from Web Frameworks: Focuses on the type-safety aspect of the web framework rather than general full-stack capabilities.
Explore 1 awesome GitHub repository matching web development · Type-Safe API Frameworks. Refine with filters or upvote what's useful.
ServiceStack is a high-performance .NET web framework designed for building type-safe APIs using strongly-typed request and response objects. It functions as a message-based API engine that decouples business logic from the transport layer, allowing services to be exposed via multiple protocols including HTTP, gRPC, and various message queue providers. The framework is distinguished by its type-safe API generator, which produces native client SDKs and data transfer objects from service metadata across multiple languages. It also includes a distributed service gateway for microservices orchest
Ships a high-performance .NET web framework designed for building type-safe APIs with strongly-typed request and response objects.