dchisel 1.1.0+13 copy "dchisel: ^1.1.0+13" to clipboard
dchisel: ^1.1.0+13 copied to clipboard

A simple dart web framework for create REST API. DChisel support Custom Middleware and Mysql & PostgreSQL ORM.

example/main.dart

import 'package:dchisel/dchisel.dart';

import 'routes/routes.dart';

Future<void> main(List<String> arguments) async {
  withHotreload(
      (() => DChisel().serve(getroutes: Routes().route(), serverPort: 8001)));
}
46
likes
80
pub points
34%
popularity

Publisher

verified publisheralphacsoft.com

A simple dart web framework for create REST API. DChisel support Custom Middleware and Mysql & PostgreSQL ORM.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

crypto, dart_jsonwebtoken, mysql_client, path, postgres, process_run, shelf, shelf_cors_headers, shelf_hotreload, shelf_plus, shelf_router, shelf_static, shelf_virtual_directory, uuid

More

Packages that depend on dchisel