boot 0.1.1+4 copy "boot: ^0.1.1+4" to clipboard
boot: ^0.1.1+4 copied to clipboard

Boot Framework — compile-time DI and HTTP framework for Dart. Umbrella package.

Boot Framework #

Compile-time DI and HTTP framework for Dart. Zero reflection, zero runtime overhead.

This is the umbrella package — it re-exports all Boot modules and provides Boot.run().

Quick Start #

dependencies:
  boot: ^0.1.0
dev_dependencies:
  boot_generator: ^0.1.0
  boot_test: ^0.1.0
  build_runner: ^2.4.0
import 'package:boot/boot.dart';

void main() => Boot.run($configure, port: 8080);

Documentation #

See the full documentation.

1
likes
0
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

Boot Framework — compile-time DI and HTTP framework for Dart. Umbrella package.

Repository (GitHub)
View/report issues

Topics

#boot #server #dependency-injection #framework #http

License

unknown (license)

Dependencies

boot_aop, boot_core, boot_events, boot_http, boot_http_client, boot_scheduling, boot_serialization

More

Packages that depend on boot