server_native 0.1.3+1 copy "server_native: ^0.1.3+1" to clipboard
server_native: ^0.1.3+1 copied to clipboard

Rust-backed transport boot APIs for Dart HTTP servers.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate server_native

Use it

The package has the following executables:

$ setup

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add server_native

With Flutter:

 $ flutter pub add server_native

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

dependencies:
  server_native: ^0.1.3+1

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:server_native/server_native.dart';
8
likes
150
points
230
downloads

Publisher

unverified uploader

Weekly Downloads

Rust-backed transport boot APIs for Dart HTTP servers.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

archive, code_assets, contextual, ffi, hooks, native_toolchain_rust

More

Packages that depend on server_native