dartness_server 0.6.1 copy "dartness_server: ^0.6.1" to clipboard
dartness_server: ^0.6.1 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

With Flutter:

 $ flutter 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.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: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/schedule.dart';
import 'package:dartness_server/server.dart';
10
likes
120
pub points
32%
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
API reference

License

MIT (LICENSE)

Dependencies

collection, injector, shelf, shelf_plus, shelf_router

More

Packages that depend on dartness_server