Skip to content

kaljitism/phoenixa

This branch is 2 commits ahead of, 24 commits behind dart-lang/shelf:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 23, 2024
b52eb5a · May 23, 2024
May 10, 2024
May 23, 2024
May 23, 2024
Dec 14, 2023
Oct 22, 2018
May 29, 2022
May 29, 2022
Feb 22, 2023
Sep 13, 2023
Jul 25, 2022

Repository files navigation

Build Status

About Shelf

Shelf makes it easy to create and compose web servers and parts of web servers. How?

  • Expose a small set of simple types.
  • Map server logic into a simple function: a single argument for the request, the response is the return value.
  • Trivially mix and match synchronous and asynchronous processing.
  • Flexibility to return a simple string or a byte stream with the same model.

It was inspired by Connect for NodeJS and Rack for Ruby.

See the package:shelf readme for more information.

Packages

Package Description Version
shelf A model for web server middleware that encourages composition and easy reuse. pub package
shelf_packages_handler A shelf handler for serving a packages/ directory. pub package
shelf_proxy A shelf handler for proxying HTTP requests to another server. pub package
shelf_router A convenient request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations. pub package
shelf_router_generator A package:build-compatible builder for generating request routers for the shelf web-framework based on source annotations. pub package
shelf_static Static file server support for the shelf package and ecosystem. pub package
shelf_test_handler A Shelf handler that makes it easy to test HTTP interactions. pub package
shelf_web_socket A shelf handler that wires up a listener for every connection. pub package

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

About

High Performance Application Server for Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.7%
  • Shell 1.2%
  • HTML 0.1%