qserver 0.0.16 copy "qserver: ^0.0.16" to clipboard
qserver: ^0.0.16 copied to clipboard

A comprehensive, expressive, and type-safe Dart backend framework.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate qserver

Use it

The package has the following executables:

$ qserver

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qserver

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

dependencies:
  qserver: ^0.0.16

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:qserver/qserver.dart';
1
likes
60
points
498
downloads

Publisher

verified publisherquds.cc

Weekly Downloads

A comprehensive, expressive, and type-safe Dart backend framework.

Repository (GitHub)
View/report issues

Topics

#server #http #websocket #backend

License

MIT (license)

Dependencies

crypto, dart_jsonwebtoken, http, meta, mime, quds_db_interface, quds_db_mysql, quds_db_postgres, redis

More

Packages that depend on qserver