awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
closeio avatar

closeio/flask-mongorestArchived

0
View on GitHub↗
520 星标·86 分支·Python·6 次浏览

Flask Mongorest

Restful API framework wrapped around MongoEngine

Features

  • API Frameworks - RESTful API framework built on top of an ODM.
  • Web Frameworks - Restful API framework wrapped around MongoEngine.

Star 历史

closeio/flask-mongorest 的 Star 历史图表closeio/flask-mongorest 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Flask Mongorest 的开源替代方案

相似的开源项目,按与 Flask Mongorest 的功能重合度排序。
  • channelcat/sanicchannelcat 的头像

    channelcat/sanic

    18,628在 GitHub 上查看↗

    Sanic is a Python ASGI web framework and asynchronous HTTP server. It is designed to build high-performance web applications and servers that handle concurrent requests using non-blocking logic. The framework implements the Asynchronous Server Gateway Interface standard, allowing applications to be deployed across various ASGI-compatible servers. It utilizes an asyncio-based event loop and integrates a Cython-based runtime wrapper around libuv to manage I/O operations. The system manages traffic through route-based request dispatching and a middleware-based request pipeline. These components

    Python
    在 GitHub 上查看↗18,628
  • encode/apistarencode 的头像

    encode/apistar

    5,548在 GitHub 上查看↗

    APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema validator, a traffic auditor, and a documentation generator to ensure compliance with API specifications and data types. The project converts OpenAPI and Swagger schemas into visual developer guides using customizable themes. It also implements a dynamic API client that adapts to defined schemas to send requests to remote servers. The framework includes capabilities for validating API schemas to identify structural mistakes and auditing incoming and outgoing web traffic agai

    Python
    在 GitHub 上查看↗5,548
  • ant0ine/go-json-restant0ine 的头像

    ant0ine/go-json-rest

    3,489在 GitHub 上查看↗

    A quick and easy way to setup a RESTful JSON API

    Go
    在 GitHub 上查看↗3,489
  • falconry/falconfalconry 的头像

    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

    Pythonapiapi-restasgi
    在 GitHub 上查看↗9,794
查看 Flask Mongorest 的所有 30 个替代方案→

常见问题解答

closeio/flask-mongorest 是做什么的?

Restful API framework wrapped around MongoEngine

closeio/flask-mongorest 的主要功能有哪些?

closeio/flask-mongorest 的主要功能包括:API Frameworks, Web Frameworks。

closeio/flask-mongorest 有哪些开源替代品?

closeio/flask-mongorest 的开源替代品包括: encode/apistar — APIStar is an OpenAPI framework providing a toolkit for building and verifying web APIs. It functions as an API schema… flask-restful/flask-restful — Flask-restful is a toolkit for building structured web services using Flask. It functions as a resource-based routing… ant0ine/go-json-rest — A quick and easy way to setup a RESTful JSON API. channelcat/sanic — Sanic is a Python ASGI web framework and asynchronous HTTP server. It is designed to build high-performance web… falconry/falcon — Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a… gofiber/fiber — Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead.…