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.
Libraries
- managed_auth
- Library for implementing OAuth 2.0 storage using ManagedObjects.
- tridev
- The core libraries of the Tridev framework.