Giter Site home page Giter Site logo

kensho42 / spry Goto Github PK

View Code? Open in Web Editor NEW

This project forked from medz/spry

0.0 0.0 0.0 198 KB

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

Home Page: https://spry.fun

License: MIT License

Dart 99.46% HTML 0.54%

spry's Introduction

Spry

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

import 'package:spry/spry.dart';

main() {
  final Spry spry = Spry();

  handler(Context context) {
    context.response.send('Hello Spry!');
  }

  spry.listen(port: 3000, handler);
}

Philosophy

Spry is a framework for building web applications and APIs. It is designed to be minimal and flexible.

Contributing

See CONTRIBUTING.md for more information.

Ecosystem

Package Version Description
spry pub package Spry is an HTTP middleware framework for Dart to make web applications and APIs more enjoyable to write.
spry_router pub package A request router for the Spry web framework that supports matching handlers from path expressions.
spry_session pub package A session extension for the Spry web framework that supports cookie-based and memory-based sessions.
spry_json pub package Spry JSON middleware and request/response extension, used to convert request body to JSON object or set response body to JSON object.
spry_interceptor pub package Exception interceptor for Spry, which intercepts exceptions and errors and writes response to prevent unexpected application interruption.
spry_static pub package A static file server for the Spry web framework that supports serving static files from a directory.

License

Spry is licensed under the MIT License. See LICENSE for more information.

spry's People

Contributors

medz avatar dependabot[bot] avatar

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.