maat 0.1.0 copy "maat: ^0.1.0" to clipboard
maat: ^0.1.0 copied to clipboard

A full-stack backend framework for Dart with routing, validation, authentication, and production HTTP serving.

Maat Framework #

[Maat icon]

Maat is a full-stack backend framework for Dart with routing, middleware, validation, authentication, console commands, bounded and streaming request bodies, multi-isolate workers, and graceful shutdown.

import 'package:maat/maat.dart';

Route.get('/health', (Request request) => {'status': 'ok'});
await app.serve();

Create a project with Ptah:

dart pub global activate maat_ptah
maat new blog

See the framework documentation for the complete guide.

0
likes
0
points
70
downloads

Publisher

verified publishergaitco.com

Weekly Downloads

A full-stack backend framework for Dart with routing, validation, authentication, and production HTTP serving.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, hashlib, mime, path, shelf

More

Packages that depend on maat