dchisel 1.1.0+5 copy "dchisel: ^1.1.0+5" to clipboard
dchisel: ^1.1.0+5 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())));
}
46
likes
0
pub points
0%
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

License

unknown (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

More

Packages that depend on dchisel