The core library for DartBoot cloud.
Usage
A simple usage example:
import 'package:dartboot_core/dartboot_core.dart';
void main(args) {
DartBoot.run(args: args);
}
Features and bugs
Please file feature requests and bugs at the tracker
.
Libraries
- application_context
- boot_builder
- client
- context_writer
- custom_error
- dartboot_core
- Support for doing something awesome.
- endpoint
- eureka
- fragment
- instance
- load_balancer
- A load-balancing runner pool.
- log_system
- logger
- rest_client
- retry
- Retry asynchronous functions with exponential backoff.
- runner
- A Runner runs a function, potentially in a different scope or even isolate.
- scanner
- server