Spry
Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.
import 'package:spry/spry.dart';
main() async {
final app = Application.late();
app.get("hello", (request) => "Hello, Spry!");
await app.run(port: 3000);
}
👉 Learn more about Spry at Spry Documentation.
Philosophy
Spry is a framework for building web applications and APIs. It's designed around dart:io, no boring creations, just lots of magic.
Sponsors
Spry framework is an MIT licensed 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) or sponsor us on OpenCollective development.
Contributing
We welcome contributions! Please read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Prisma.
Thank you to all the people who already contributed to Odroe!
Code of Conduct
This project has adopted the Contributor Covenant Code of Conduct. For more information see the Code of Conduct FAQ or contact hello@odroe.com with any additional questions or comments.