Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/medz/spry

Spry - A HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.
https://github.com/medz/spry

dart freamework http middleware router server spry web

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Spry

[![Test](https://github.com/medz/spry/actions/workflows/test.yml/badge.svg)](https://github.com/medz/spry/actions/workflows/test.yml)
[![Pub Version](https://img.shields.io/pub/v/spry.svg)](https://pub.dev/packages/spry)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/medz/spry/blob/main/LICENSE)
[![X (twitter)](https://img.shields.io/badge/twitter-%40shiweidu-blue.svg)](https://twitter.com/shiweidu)
[![Documentation](https://img.shields.io/badge/docs-spry.fun-brightgreen.svg)](https://spry.fun/)

Spry is a lightweight, composable Dart web framework designed to work collaboratively with various runtime platforms.

```dart
import 'package:spry/spry.dart';

main() {
final app = createSpry();

app.get("hello", (event) => "Hello, Spry!");
}
```

👉 [**Learn more about Spry at documentation website.**](https://spry.fun)

## Sponsors

Spry framework is an [MIT licensed](https://github.com/medz/spry/blob/main/LICENSE) open source project with its ongoing development made possible entirely by the support of these awesome backers. If you'd like to join them, please consider [sponsoring Seven(@medz)](https://github.com/sponsors/medz) development.



sponsors

## Contributing

Thank you to all the people who already contributed to Spry!

[![Contributors](https://contrib.rocks/image?repo=medz/spry)](https://github.com/odroe/prisma-dart/graphs/contributors)