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

outdated

Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.

Spry #

Spry is an HTTP middleware framework for Dart to make web applications and APIs more enjoyable to write.

import 'package:spry/spry.dart';

main() {
  final Spry spry = Spry();

  handler(Context context) {
    context.response.send('Hello Spry!');
  }

  spry.listen(port: 3000, handler);
}

Installation #

Add the following to your pubspec.yaml:

dependencies:
  spry: any

Or install it from the command line:

$ pub get

Spry requires Dart SDK >=1.18.6 or higher.

Documentation #

See the Spry documentation for more information.

Philosophy #

Spry is a framework for building web applications and APIs. It is designed to be minimal and flexible.

Contributing #

See CONTRIBUTING.md for more information.

License #

Spry is licensed under the MIT License. See LICENSE for more information.

10
likes
0
points
295
downloads

Publisher

verified publisherodroe.dev

Weekly Downloads

Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta, mime

More

Packages that depend on spry