0 purchases
conduit core
Conduit is a fork of Stablekernel's Aqueduct, a modern Dart HTTP server framework.
Getting Started #
Install Dart.
Activate Conduit.
dart pub global activate conduit
copied to clipboard
Create a new project.
conduit create my_project
copied to clipboard
Serve the project.
cd my_project
conduit serve
copied to clipboard
Tutorials, Documentation and Examples #
We are currently in the process of collating helpful resources for your edification. Our main docs live here.
Conduit is a close fork to Aqueduct, so Aqueduct examples can be tweaked to work with Conduit here. The major concern is updating the code to use null-safety.
Contributors #
j4qfrost💻
neterror💻
Luis💻
Artem Semirenko🐛 💻
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.