dartness_server 0.6.0 copy "dartness_server: ^0.6.0" to clipboard
dartness_server: ^0.6.0 copied to clipboard

Dartness is a framework for building efficient, scalable dart server-side applications. It provides an easy and quick way to develop modern standalone server.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartness_server

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

dependencies:
  dartness_server: ^0.6.0

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

Import it

Now in your Dart code, you can use:

import 'package:dartness_server/dartness.dart';
import 'package:dartness_server/exception.dart';
import 'package:dartness_server/modules.dart';
import 'package:dartness_server/route.dart';
import 'package:dartness_server/server.dart';
11
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Dartness is a framework for building efficient, scalable dart server-side applications. It provides an easy and quick way to develop modern standalone server.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

collection, injector, shelf, shelf_plus, shelf_router

More

Packages that depend on dartness_server