spry 7.0.0 copy "spry: ^7.0.0" to clipboard
spry: ^7.0.0 copied to clipboard

Next-generation Dart server framework. Build modern servers and deploy them to the runtime you prefer.

example/README.md

Examples #

Minimal file-routing example with:

  • routes/
  • global middleware
  • scoped middleware
  • scoped error handling
  • hooks.dart

Run it like this:

cd example
dart pub get
dart run spry build
dart run .spry/main.dart

Or use the CLI serve command:

cd example
dart pub get
dart run spry serve

Alternative runtime configs:

dart run spry build --config cloudflare.config.dart
dart run spry serve --config vercel.config.dart
10
likes
160
points
542
downloads

Publisher

verified publishermedz.dev

Weekly Downloads

Next-generation Dart server framework. Build modern servers and deploy them to the runtime you prefer.

Homepage
Repository (GitHub)
View/report issues

Topics

#server #framework #routing #backend #http

Documentation

API reference

Funding

Consider supporting this project:

github.com
opencollective.com

License

MIT (license)

Dependencies

analyzer, block, coal, ht, osrv, path, roux, watcher, web

More

Packages that depend on spry