quds_server 1.0.2+2 copy "quds_server: ^1.0.2+2" to clipboard
quds_server: ^1.0.2+2 copied to clipboard

A core server for creating fast dart servers with support of routers, controllers, middlewares.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quds_server

With Flutter:

 $ flutter pub add quds_server

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

dependencies:
  quds_server: ^1.0.2+2

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:quds_server/quds_server.dart';
4
likes
110
points
1
downloads

Publisher

verified publisherquds.cc

Weekly Downloads

A core server for creating fast dart servers with support of routers, controllers, middlewares.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ansicolor, args, crypto, dart_jsonwebtoken, dart_spawner, dio, hotreloader, http, logging, project_template, redis, reflection_factory, resource_portable, shelf, shelf_router, shelf_web_socket, stack_trace, uuid, validators, web_socket_channel, yaml, yaml_writer

More

Packages that depend on quds_server