dartness_server 0.4.2-alpha dartness_server: ^0.4.2-alpha 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.4.2-alpha
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/route.dart';
import 'package:dartness_server/server.dart';