Giter Site home page Giter Site logo

odroe / spry Goto Github PK

View Code? Open in Web Editor NEW
27.0 3.0 3.0 2.42 MB

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

Home Page: https://spry.fun

License: MIT License

Dart 100.00%
dart freamework spry web http middleware server router

spry's Introduction

Spry

Test Pub Version GitHub license X (twitter) Documentation

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

import 'package:spry/spry.dart';

final app = Application.late();

main() async {
  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.

sponsors

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!

Contributors

Code of Conduct

This project has adopted the Contributor Covenant Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

spry's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

spry's Issues

3.0 idea

After practicing in many projects, we found many shortcomings of Spry.

I'm planning an optimization for version 3.0 and am eager to hear everyone's suggestions for changes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.