colder112 / dartboot_core

Core code for dartboot. Includes http server, annotation scanner, application entry, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The core library for DartBoot cloud.

Usage

A simple usage example:

import 'package:dartboot_core/dartboot_core.dart';

void main(args) {
  DartBootApplication.run(args: args);
}

Features and bugs

Please file feature requests and bugs at the [issue tracker][tracker].

About

Core code for dartboot. Includes http server, annotation scanner, application entry, etc.

License:MIT License


Languages

Language:Dart 100.0%