Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Beego | 29,838 | 83 | 4 hours ago | 154 | July 30, 2022 | 9 | other | Go | ||
beego is an open-source, high-performance web framework for the Go programming language. | ||||||||||
Aqueduct | 2,357 | 35 | 2 | 2 years ago | 38 | June 01, 2020 | 180 | bsd-2-clause | Dart | |
Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider. | ||||||||||
Remult | 2,138 | 12 hours ago | 292 | April 24, 2022 | 18 | mit | TypeScript | |||
Build Full-stack, End-to-end Type-safe CRUD Apps without the Boilerplate | ||||||||||
Sandman2 | 1,948 | 6 | 18 days ago | 29 | September 08, 2020 | 37 | apache-2.0 | Python | ||
Automatically generate a RESTful API service for your legacy database. No code required! | ||||||||||
Foal | 1,738 | 7 | 22 | 2 months ago | 77 | May 29, 2022 | 21 | mit | TypeScript | |
Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented. | ||||||||||
Go Doudou | 1,186 | 6 | 5 days ago | 205 | July 06, 2022 | 12 | mit | Go | ||
go-doudou(doudou pronounce /dəudəu/)is OpenAPI 3.0 (for REST) spec and Protobuf v3 (for grpc) based lightweight microservice framework. It supports monolith service application as well. | ||||||||||
Droidparts | 782 | 22 | 2 | 5 years ago | 79 | July 04, 2017 | 1 | apache-2.0 | Java | |
Postgrest Js | 695 | 1 | 4 days ago | 70 | June 27, 2022 | 60 | mit | TypeScript | ||
Isomorphic JavaScript client for PostgREST. | ||||||||||
Phpboot | 656 | 1 | 1 | 2 years ago | 14 | June 27, 2018 | 7 | mit | PHP | |
:coffee: 🚀 tiny & fast PHP framework for building Microservices/RESTful APIs, with useful features: IOC, Hook, ORM, RPC, Swagger, Annotation, Parameters binding, Validation, etc. | ||||||||||
Openrecord | 476 | 4 | 5 | 2 years ago | 241 | March 08, 2021 | 9 | mit | JavaScript | |
Make ORMs great again! |
Aqueduct is a modern Dart HTTP server framework. The framework is composed of libraries for handling and routing HTTP requests, object-relational mapping (ORM), authentication and authorization (OAuth 2.0 provider) and documentation (OpenAPI). These libraries are used to build scalable REST APIs that run on the Dart VM.
If this is your first time viewing Aqueduct, check out the tour.
Activate Aqueduct
pub global activate aqueduct
Create a new project.
aqueduct create my_project
Open the project directory in IntelliJ IDE, Atom or Visual Studio Code. All three IDEs have a Dart plugin. For IntelliJ IDEA users, there are file and code templates for Aqueduct.
Step-by-step tutorials for beginners are available here.
You can find the API reference here or you can install it in Dash.
You can find in-depth and conceptual guides here.
An ever-expanding repository of Aqueduct examples is here.