tridev 1.0.1 tridev: ^1.0.1 copied to clipboard
A modern HTTP server application framework, ORM and OAuth2 provider with OpenAPI 3.0 integration. Foundation for REST, RPC or GraphQL services.
Tridev is a fork of Stablekernel's Aqueduct, a modern Dart HTTP server framework.
Getting Started #
-
Activate Tridev
pub global activate tridev
-
Create a new project.
tridev create my_project
Tutorials, Documentation and Examples #
Tridev is a close fork to Aqueduct, so Aqueduct examples can be tweaked to work with Tridev here. The major concern is updating the code to use null-safety.