daho 0.1.2 copy "daho: ^0.1.2" to clipboard
daho: ^0.1.2 copied to clipboard

A fast, minimal HTTP framework for Dart backed by a native H2O server over FFI, with an Express/Fiber-style API and multi-core support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add daho

With Flutter:

 $ flutter pub add daho

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  daho: ^0.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:daho/daho.dart';
1
likes
160
points
188
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A fast, minimal HTTP framework for Dart backed by a native H2O server over FFI, with an Express/Fiber-style API and multi-core support.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi

More

Packages that depend on daho