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: 11 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T16:46:48.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:14:58.348Z (over 1 year 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
[](https://github.com/medz/spry/actions/workflows/test.yml)
[](https://pub.dev/packages/spry)
[](https://github.com/medz/spry/blob/main/LICENSE)
[](https://twitter.com/shiweidu)
[](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) => '🎉 Welcome to Spry!');
}
```
👉 [**Learn more about Spry at documentation website.**](https://spry.fun/getting-started)
## 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!
[](https://github.com/odroe/prisma-dart/graphs/contributors)