awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

أدوات تطوير REST API

تم تحديث الترتيب في 30 يونيو 2026

For إطار عمل لبناء واجهات برمجة تطبيقات REST, the strongest matches are ruby-grape/grape (Grape is a dedicated RESTful web service framework for), labstack/echo (Echo is a high‑performance Go web framework purpose‑built for) and http-rs/tide (Tide is an asynchronous Rust web framework with hierarchical). hugapi/hug and flask-restful/flask-restful round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

أطر عمل ومكتبات وأدوات مفتوحة المصدر لبناء واختبار وتوثيق خدمات الويب RESTful القوية.

أدوات تطوير REST API

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ruby-grape/grapeالصورة الرمزية لـ ruby-grape

    ruby-grape/grape

    9,990عرض على GitHub↗

    Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative syntax for routing and parameter validation, allowing developers to map HTTP verbs to logic through a domain specific language. The framework is distinguished by its built-in support for service versioning, which can be managed via URL paths, custom headers, or request parameters. It also features a modular architecture that allows large services to be constructed by nesting smaller API definitions. The project covers comprehensive API lifecycle capabilities, including schema-dr

    Grape is a dedicated RESTful web service framework for Ruby with built-in routing, parameter validation, middleware support, and versioning, exactly matching the need for a server-side REST API framework.

    RubyResponse FormattingRequest Authentication MiddlewareRequest Middleware
    عرض على GitHub↗9,990
  • labstack/echoالصورة الرمزية لـ labstack

    labstack/echo

    32,451عرض على GitHub↗

    Echo is a high-performance, lightweight web framework for Go designed for building scalable RESTful APIs and web services. It provides a centralized environment for mapping network requests to handler functions, utilizing a fast radix-tree routing engine to ensure efficient request dispatching. The framework is built around a modular, middleware-centric pipeline that allows developers to execute reusable logic for cross-cutting concerns like authentication, logging, and security across the entire application. What distinguishes Echo is its focus on developer productivity through structured da

    Echo is a high‑performance Go web framework purpose‑built for building scalable RESTful APIs, with radix‑tree routing, a middleware pipeline, request data binding/validation, and built‑in support for authentication and JSON/XML responses—exactly the server‑side framework you’re after.

    GoMiddlewareJWT AuthenticationRouting
    عرض على GitHub↗32,451
  • http-rs/tideالصورة الرمزية لـ http-rs

    http-rs/tide

    5,099عرض على GitHub↗

    Tide is an asynchronous web server framework and HTTP toolkit for the Rust programming language. It provides a system for building high-concurrency network applications and REST APIs using non-blocking I/O and asynchronous runtimes. The framework is centered around a middleware-based request pipeline, allowing developers to intercept and process HTTP requests and responses through pluggable logic layers. It supports a hierarchical route tree to organize endpoints into nested groups that share common path prefixes and scoped middleware. Capability areas include real-time communication via Web

    Tide is an asynchronous Rust web framework with hierarchical routing, middleware pipelines, and JSON serialization — exactly the server-side REST API toolkit you're looking for.

    RustHTTP Middleware PipelinesRequest Middleware
    عرض على GitHub↗5,099
  • hugapi/hugالصورة الرمزية لـ hugapi

    hugapi/hug

    6,883عرض على GitHub↗

    Hug is a Python API framework used for building web services by mapping functions to HTTP endpoints via decorators and type annotations. It functions as a type-based validator that automatically converts and validates incoming request data based on Python type hints and serves as a WSGI-compliant web framework for deployment on production servers. The project is distinguished by its ability to automatically generate API specifications and user-facing documentation derived from function signatures. It further extends the utility of internal logic by exposing functions as terminal commands thro

    Hug is a Python API framework that maps functions to HTTP endpoints via decorators and type annotations, providing built-in routing, middleware, request validation, response formatting, and authentication integration, making it a solid match for building RESTful web services.

    PythonResponse FormattingRequest MiddlewareDecorator-Based Route Mappings
    عرض على GitHub↗6,883
  • flask-restful/flask-restfulالصورة الرمزية لـ flask-restful

    flask-restful/flask-restful

    6,914عرض على GitHub↗

    Flask-restful is a toolkit for building structured web services using Flask. It functions as a resource-based routing library and a RESTful web service toolkit that organizes endpoints into resource classes. The framework implements a system that maps HTTP methods to specific class methods to handle requests and responses. It utilizes a central registry for resource registration to automate route creation and uses decorators for method dispatch and resource access control. The project covers request and response management through declarative request parsing, argument validation, and data ty

    Flask-RESTful is a dedicated toolkit that adds structured, resource-based routing, request parsing, validation, and response formatting to Flask, making it a well-known framework for building RESTful web services—exactly what this search is for.

    PythonResponse Formatting
    عرض على GitHub↗6,914
  • symfony/symfonyالصورة الرمزية لـ symfony

    symfony/symfony

    31,073عرض على GitHub↗

    Symfony is a full-stack web framework designed for building scalable and maintainable server-side applications. It provides a comprehensive collection of decoupled components that form a foundational architecture, centered on a robust dependency injection container and a configuration-driven routing engine. By organizing code into modular services, the framework ensures that application components remain testable and loosely coupled throughout the development lifecycle. The framework distinguishes itself through an event-driven kernel architecture that allows developers to intercept and modif

    Symfony is a full-featured PHP web framework that provides all the core building blocks for building RESTful APIs—routing, validation, serialization, middleware, and security—making it an excellent choice for server-side web services.

    PHPRequest MiddlewareRouting Engines
    عرض على GitHub↗31,073
  • fastapi/fastapiالصورة الرمزية لـ fastapi

    fastapi/fastapi

    99,260عرض على GitHub↗

    FastAPI is a web framework for building APIs with Python. It leverages standard language type hints to provide automatic data validation, request parsing, and interactive API documentation generation. The framework supports asynchronous request handling and manages execution contexts to prevent blocking the main event loop. The project includes a dependency injection system that allows for the resolution and injection of reusable components into request handlers. This system supports request-scoped caching, lifecycle management, and integration with security mechanisms like OAuth2 and JSON We

    FastAPI is a modern Python web framework purpose-built for building RESTful APIs, with automatic request validation via type hints, full middleware support, JSON/OpenAPI response formatting, and integrated OAuth2 authentication — exactly what this search asks for.

    PythonRequest Body Validations
    عرض على GitHub↗99,260
  • gin-gonic/ginالصورة الرمزية لـ gin-gonic

    gin-gonic/gin

    88,694عرض على GitHub↗

    Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework utilizes a radix tree data structure to perform request routing, ensuring high-speed path matching with minimal memory overhead. It distinguishes itself by employing a zero-reflection dispatch mechanism that invokes handler functions through static type assertions, avoiding the

    Gin is a high-performance Go web framework designed specifically for building RESTful APIs, with radix-tree routing, middleware chains, and built-in request validation and binding—directly matching your requirement for a server-side REST API framework.

    GoRequest Body Validations
    عرض على GitHub↗88,694
  • emicklei/go-restfulالصورة الرمزية لـ emicklei

    emicklei/go-restful

    5,111عرض على GitHub↗

    go-restful is a framework for building RESTful web services in Go. It functions as a toolkit for managing API endpoints, providing a request router that maps incoming HTTP requests to handler functions using path parameters and custom URL patterns. The framework includes a data conversion layer that transforms Go structures into JSON or XML formats for request and response bodies. It also provides a system for organizing related web services into containers to manage endpoint prefixing and shared configuration. The project covers request lifecycle management through middleware filters for va

    go-restful is a dedicated Go framework for building RESTful web services with routing, middleware, and data serialization support, fitting squarely as a REST API microframework.

    GoHTTP Middleware PipelinesRequest Middleware
    عرض على GitHub↗5,111
  • sanic-org/sanicالصورة الرمزية لـ sanic-org

    sanic-org/sanic

    18,624عرض على GitHub↗

    Sanic is an asynchronous Python web framework designed for building high-performance APIs and services. It operates as a production-ready ASGI web server, utilizing a non-blocking event loop to handle concurrent requests and maximize throughput. The framework is built to support scalable architectures, offering built-in worker process management to distribute traffic across available CPU cores. What distinguishes Sanic is its focus on modularity and developer-centric tooling. It features a blueprint-based system for organizing complex applications into pluggable components, alongside a robust

    Sanic is an asynchronous Python web framework purpose-built for high-performance RESTful APIs, offering routing, middleware, request handling, and production-ready ASGI serving — exactly the kind of server-side API framework this search asks for.

    PythonMiddlewareRequest Body Validations
    عرض على GitHub↗18,624
  • cloudwego/hertzالصورة الرمزية لـ cloudwego

    cloudwego/hertz

    7,279عرض على GitHub↗

    Hertz is a high-performance Go HTTP framework designed for building scalable microservices, RESTful APIs, and AI applications. It functions as a high-performance web server and a communication framework for microservices, utilizing non-blocking I/O and zero-copy memory management to handle high-concurrency traffic. The project distinguishes itself through a microservices communication toolkit that supports high-efficiency remote procedure calls via gRPC and Thrift protocols. It implements an asynchronous middleware engine based on an onion model, allowing for a pluggable request-response pipe

    Hertz is a high-performance Go HTTP framework built for RESTful APIs and microservices, with built-in routing, an asynchronous middleware engine, request handling, and support for authentication and response formatting, making it an excellent match for building server-side web services.

    GoResponse FormattingRequest Authentication Middleware
    عرض على GitHub↗7,279
  • elysiajs/elysiaالصورة الرمزية لـ elysiajs

    elysiajs/elysia

    18,531عرض على GitHub↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    Elysia is a TypeScript web framework built for type-safe backend services with routing, middleware, validation, and plugin-based authentication integration, directly matching your need for a RESTful API development tool.

    TypeScriptHTTP MethodsRequest Body ValidationsRequest Body Parsers
    عرض على GitHub↗18,531
  • beego/beegoالصورة الرمزية لـ beego

    beego/beego

    32,398عرض على GitHub↗

    Beego is a high-performance toolkit for building web applications and RESTful APIs using the Go programming language. It is structured as an MVC web framework that separates data models, views, and controllers to organize application logic. The project provides a comprehensive suite of integrated tools, including an object-relational mapper for translating code objects into database tables and a session manager for maintaining user identity and state across server requests. It also includes an internationalization framework for managing multilingual content and translating text based on user

    Beego is a full-featured Go web framework explicitly designed for building RESTful APIs, with built-in routing, middleware, request handling, and authentication integration—exactly the server-side toolkit this search requires.

    GoDecorator-Based Route Mappings
    عرض على GitHub↗32,398
  • kataras/irisالصورة الرمزية لـ kataras

    kataras/iris

    25,582عرض على GitHub↗

    Iris is a high-performance web framework and API toolkit for the Go programming language. It provides the infrastructure necessary to build HTTP/2 web applications, REST APIs, and MVC-based websites. The project distinguishes itself through a flexible architectural model that supports multiple isolated application instances within a single process and allows for binary-embedded asset loading to eliminate external filesystem dependencies. It features dynamic router hot-reloading and a pluggable view engine for rendering dynamic HTML content. The framework covers a broad range of capabilities,

    Iris is a high-performance Go web framework expressly designed for building REST APIs and web applications, offering comprehensive routing, middleware, request validation, and response formatting—exactly the kind of server-side tool this search seeks.

    GoRequest Middleware
    عرض على GitHub↗25,582
  • encode/django-rest-frameworkالصورة الرمزية لـ encode

    encode/django-rest-framework

    30,083عرض على GitHub↗

    Django REST Framework is a toolkit for building standards-compliant web services that map complex data models to structured HTTP responses. It provides a modular architecture for handling the request lifecycle, including authentication, permission checks, and content negotiation. The framework is designed to facilitate the development of robust APIs by transforming complex data types into native formats and validating incoming request payloads against defined schemas. The project distinguishes itself through a highly modular, class-based design that allows developers to build complex views an

    Django REST Framework is a mature, full-featured toolkit for building RESTful APIs in Django, covering routing, serialization, authentication, and more, exactly matching the need for a server-side REST framework.

    PythonRequest MiddlewareDynamic Response Renderers
    عرض على GitHub↗30,083
  • laravel/laravelالصورة الرمزية لـ laravel

    laravel/laravel

    84,489عرض على GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. The framework is built to handle complex application requirements through a modular architecture that emphasizes convention over configuration. What distinguishes Laravel is its deep integration of background processing and event-driven communication. It features a task queue orch

    Laravel is a full-featured PHP web framework with built-in routing, middleware, request validation, JSON/XML response formatting, and authentication support, making it a direct and comprehensive choice for building server-side RESTful web services.

    BladeRoute Parameter Captures
    عرض على GitHub↗84,489
  • expressjs/expressالصورة الرمزية لـ expressjs

    expressjs/express

    69,235عرض على GitHub↗

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and process incoming HTTP traffic. The framework is defined by its middleware-based routing engine, which sequences request handlers and logic blocks to process traffic based on path patterns and HTTP methods. This architecture supports a highly modular approach, enabling the creation of

    Express is the standard Node.js backend web framework with a middleware-based routing engine, built-in support for HTTP methods and URL parameters, and a rich ecosystem of middleware for parsing, validation, authentication, and JSON/XML response formatting — exactly the kind of tool you need for building RESTful web services.

    JavaScriptRequest Body Parsers
    عرض على GitHub↗69,235
  • gorilla/muxالصورة الرمزية لـ gorilla

    gorilla/mux

    21,832عرض على GitHub↗

    This project is a request router and web framework for the Go programming language. It provides a toolkit for matching incoming HTTP network requests to specific handler functions by evaluating criteria such as URL paths, request methods, headers, and hostnames. The framework distinguishes itself through its flexible matching capabilities, which include support for regular expressions and dynamic variable extraction from URL segments. It allows developers to organize routes into logical hierarchies, share common path prefixes, and maintain a central registry of named routes to facilitate prog

    gorilla/mux is a Go HTTP router and web framework that excels at URL routing and middleware chaining, making it a solid choice for building RESTful services despite relying on external libraries for body validation and auth integration.

    GoMiddlewareRequest Middleware
    عرض على GitHub↗21,832
  • koajs/koaالصورة الرمزية لـ koajs

    koajs/koa

    35,713عرض على GitHub↗

    Koa is a lightweight web framework for Node.js designed for building HTTP applications and servers. It functions as an asynchronous middleware engine that processes network requests through a sequence of functions sharing a common context. The framework distinguishes itself by using an onion-model middleware stack and promise-based flow control. This architecture allows requests to flow downstream and responses to flow back upstream through the same chain, enabling non-blocking request cycles and a modular approach to handling network traffic. The system provides high-level capabilities for

    Koa is a lightweight Node.js web framework that uses an asynchronous middleware stack, making it well-suited for building RESTful APIs, though you'll need to add separate middleware for features like routing and body parsing.

    JavaScriptMiddlewareRequest Middleware
    عرض على GitHub↗35,713
  • abpframework/abpالصورة الرمزية لـ abpframework

    abpframework/abp

    14,313عرض على GitHub↗

    ABP is an opinionated architectural framework for building enterprise software solutions using .NET and ASP.NET Core. It serves as a structural toolkit for implementing domain-driven design and microservices patterns, providing a modular enterprise architecture where functionality is organized into independent, pluggable modules. The platform is specifically designed to support multi-tenant SaaS architectures, isolating data and configurations for multiple independent customers within a single application instance. It provides enterprise boilerplate infrastructure and pre-configured templates

    ABP is an opinionated .NET application framework built on ASP.NET Core that provides a structured architecture for building enterprise REST APIs with routing, middleware, request validation, response formatting, and authentication integration, directly matching your requirements for a REST API framework.

    C#Enterprise Application FrameworksMulti-tenancy IsolationApplication Platforms
    عرض على GitHub↗14,313
  • aspnet/mvcالصورة الرمزية لـ aspnet

    aspnet/Mvc

    5,574عرض على GitHub↗

    ASP.NET Core MVC is a model-view-controller framework used for building dynamic websites and web APIs within the .NET ecosystem. It provides a server-side architecture that separates data logic, user interface rendering, and request handling to maintain boundaries between application layers. The framework includes a Razor templating engine for embedding code into HTML pages to generate dynamic web content. It also functions as a RESTful web API framework for creating scalable HTTP services that deliver structured data to clients through a standardized network interface. The system manages re

    ASP.NET Core MVC is a full-featured framework for building RESTful web APIs with built-in routing, middleware, request validation, and authentication — exactly what this search needs.

    C#Model-View-Controller PatternsASP.NET Core Application FrameworksC# Markup Engines
    عرض على GitHub↗5,574
  • falconry/falconالصورة الرمزية لـ falconry

    falconry/falcon

    9,794عرض على GitHub↗

    Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a resource-oriented API toolkit designed for building RESTful APIs and data plane services that prioritize low overhead, reliability, and scale. The framework implements an ASGI web server interface to handle both synchronous and asynchronous HTTP requests and WebSockets. It features a dedicated HTTP middleware system for intercepting network traffic and executing shared processing logic across multiple API endpoints. Its capability surface covers resource-based routing, HTTP specificat

    Falcon is a dedicated Python REST API framework that provides resource-oriented routing, middleware support, request parsing, and response formatting, making it a natural fit for building server-side RESTful web services with all the requested capabilities.

    PythonASGI FrameworksHigh-Performance Web ServicesAPI Endpoint Filters
    عرض على GitHub↗9,794
  • spring-projects/spring-bootالصورة الرمزية لـ spring-projects

    spring-projects/spring-boot

    80,945عرض على GitHub↗

    Spring Boot is an opinionated application framework designed to streamline the creation of production-ready services. It functions as a comprehensive development platform that utilizes a centralized dependency injection container to manage object lifecycles and wiring. By employing convention-over-configuration, the framework automates the instantiation of components based on the presence of specific libraries and configuration properties, significantly reducing the need for manual setup. The framework distinguishes itself by bundling the application and its web server into a single, self-con

    Spring Boot is a full-featured, production-ready framework for building RESTful web services and microservices, offering built-in request routing, middleware support, request parsing/validation, JSON/XML response formatting, and seamless authentication/authorization integration through Spring Security.

    JavaGeneral Purpose FrameworksAuto-Configuration MechanismsDependency Injection Systems
    عرض على GitHub↗80,945
  • rails/railsالصورة الرمزية لـ rails

    rails/rails

    58,690عرض على GitHub↗

    This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side templates. By utilizing an object-relational mapping layer, the framework allows developers to define domain models that map database tables directly to application objects, simplifying data persistence, schema migrations, and complex relationship management. The framework is distin

    Rails is a full-stack web framework that includes robust routing, middleware support, request parsing, and built-in authentication, making it a comprehensive and well-known tool for building server-side RESTful APIs.

    RubyFull-Stack FrameworksActive Record PatternsDomain Models
    عرض على GitHub↗58,690
  • tornadoweb/tornadoالصورة الرمزية لـ tornadoweb

    tornadoweb/tornado

    22,185عرض على GitHub↗

    Tornado is a Python web framework and asynchronous networking library used to build scalable web applications and high-performance servers. It provides a non-blocking HTTP server capable of handling thousands of simultaneous connections. The project functions as a WebSocket server framework, enabling real-time bidirectional communication and persistent connections between clients and servers. It supports the implementation of custom networking protocols and high-performance networking services beyond standard HTTP. Its capabilities cover asynchronous web application development, concurrent A

    Tornado is a Python web framework with built-in HTTP server, routing, middleware support, and request/response handling, making it a strong fit for building RESTful web services as required.

    PythonWeb ApplicationsAsynchronous Event LoopsAsynchronous I/O Libraries
    عرض على GitHub↗22,185
  • aio-libs/aiohttpالصورة الرمزية لـ aio-libs

    aio-libs/aiohttp

    16,351عرض على GitHub↗

    This project is an asynchronous network framework for Python that provides both a client and a server for HTTP communication. It is designed to handle high-concurrency network operations by leveraging cooperative multitasking, allowing for the management of thousands of simultaneous connections without the overhead of traditional thread-per-request models. The framework distinguishes itself through its focus on efficient resource management and persistent communication. It utilizes connection pooling to reuse network sockets, which reduces latency during sequential requests, and supports full

    aiohttp is a full-featured asynchronous HTTP server framework for Python that includes routing, middleware support, request parsing, and response formatting, making it a solid choice for building RESTful web services with high concurrency.

    PythonAsynchronous Network FrameworksConnection PoolingHigh-Performance HTTP Servers
    عرض على GitHub↗16,351
  • h3js/h3الصورة الرمزية لـ h3js

    h3js/h3

    5,353عرض على GitHub↗

    Hono is a minimal JavaScript HTTP framework designed for building web servers across multiple runtimes, including Node.js, edge runtimes, and serverless platforms. It functions as a cross-runtime web server and a web standard API wrapper, normalizing various runtime request and response objects into standard Web API signatures. The project serves as an HTTP middleware orchestrator and request handler, utilizing a middleware-based request pipeline and hierarchical route mounting to create modular server structures. It distinguishes itself through a runtime-agnostic event wrapper that ensures c

    Hono is a minimal yet powerful HTTP framework that provides routing, middleware support, request body parsing, and cross-runtime deployment, directly fitting the need for building RESTful web services server-side.

    TypeScriptResponse FormattingRoute Parameter Captures
    عرض على GitHub↗5,353
  • codeigniter4/codeigniter4الصورة الرمزية لـ codeigniter4

    codeigniter4/CodeIgniter4

    5,924عرض على GitHub↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    CodeIgniter 4 is a full-stack PHP web framework with built-in routing, middleware (filters), request parsing, and response handling, making it a capable choice for building RESTful web services even though it is not a dedicated API microframework.

    PHPJSON Response FormattersResponse FormattingXML Response Formatters
    عرض على GitHub↗5,924
  • django/djangoالصورة الرمزية لـ django

    django/django

    87,878عرض على GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes security and maintainability, offering a suite of tools to protect against common web vulnerabilities while decoupling site structure from implementation through a centralized URL routing system. A defining characteristic of the framework is its ability to generate production-read

    Django is a full-stack web framework that can be used to build RESTful web services via its powerful routing, middleware, request handling, and authentication systems, but it is not a dedicated REST API framework or microframework — it includes many more features like templates, ORM, and admin that go beyond the scope of this search.

    PythonBackend Security MiddlewareFull-Stack Web FrameworksObject-Relational Mappers
    عرض على GitHub↗87,878
قارن بين أفضل 10 في لمحة
المستودعالنجوماللغةالترخيصآخر تحديث
ruby-grape/grape10KRubyMIT23 يونيو 2026
labstack/echo32.5KGoMIT15 يونيو 2026
http-rs/tide5.1KRustApache-2.05 يناير 2024
hugapi/hug6.9KPythonMIT4 يوليو 2024
flask-restful/flask-restful6.9KPythonBSD-3-Clause19 يوليو 2024
symfony/symfony31.1KPHPMIT16 يونيو 2026
fastapi/fastapi99.3KPythonMIT16 يونيو 2026
gin-gonic/gin88.7KGoMIT8 يونيو 2026
emicklei/go-restful5.1KGoMIT15 ديسمبر 2025
sanic-org/sanic18.6KPythonMIT31 مايو 2026

Related searches

  • إطار عمل ويب لبناء واجهات برمجة التطبيقات (APIs) في Ruby
  • إطار عمل ويب لبناء واجهات برمجة تطبيقات HTTP في Rust
  • إطار عمل ويب لبناء واجهات برمجة التطبيقات (APIs) في Kotlin
  • a lightweight web framework for Node.js
  • إطار عمل HTTP لبناء خدمات الويب في Elixir
  • a high performance web framework for Go
  • أداة مؤتمتة لإنشاء واجهات برمجة تطبيقات لقواعد البيانات
  • إطار عمل ويب عالي الأداء للغة Go