Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/medz/spry
- Owner: medz
- License: mit
- Created: 2022-12-22T11:47:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T16:46:48.000Z (6 months ago)
- Last Synced: 2024-05-01T14:14:58.348Z (6 months ago)
- Topics: dart, freamework, http, middleware, router, server, spry, web
- Language: Dart
- Homepage: https://spry.fun
- Size: 2.38 MB
- Stars: 27
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.
## 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)