conduit 3.0.1 copy "conduit: ^3.0.1" to clipboard
conduit: ^3.0.1 copied to clipboard

outdated

A modern HTTP server application framework, ORM and OAuth2 provider with OpenAPI 3.0 integration. Foundation for REST, RPC or GraphQL services.

Test Suite

Conduit is a fork of Stablekernel's Aqueduct, a modern Dart HTTP server framework.

Getting Started #

  1. Install Dart.

  2. Activate Conduit

     pub global activate conduit
    
  3. Create a new project.

     conduit create my_project
    

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.

164
likes
0
pub points
87%
popularity

Publisher

verified publishertheconduit.dev

A modern HTTP server application framework, ORM and OAuth2 provider with OpenAPI 3.0 integration. Foundation for REST, RPC or GraphQL services.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, args, collection, conduit_common, conduit_config, conduit_isolate_exec, conduit_open_api, conduit_password_hash, conduit_runtime, crypto, logging, meta, path, postgres, pub_cache, pub_semver, yaml

More

Packages that depend on conduit