Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/dart-lang/shelf

dart http server

Last synced: about 23 hours ago

Repository metadata:

Web server middleware for Dart


Owner metadata:


Committers metadata

Last synced: 5 days ago

Total Commits: 642
Total Committers: 63
Avg Commits per committer: 10.19
Development Distribution Score (DDS): 0.801

Commits in past year: 30
Committers in past year: 9
Avg Commits per committer in past year: 3.333
Development Distribution Score (DDS) in past year: 0.433

Name Email Commits
Kevin Moore k****o@g****m 128
Kevin Moore k****o 106
Kevin Moore g****b@j****m 71
Natalie Weizenbaum n****z@g****m 69
Nate Bosch n****h@g****m 33
Jonas Finnemann Jensen j****j@g****m 31
dependabot[bot] 4****] 25
Nate Bosch n****1@g****m 18
Devon Carew d****w@g****m 16
Jacob MacDonald j****c@g****m 15
István Soós i****s 10
Matthew Barbour s****k@g****m 9
Natalie Weizenbaum n****2@g****m 8
Simon Binder o****s@s****u 8
Franklin Yow 5****w 7
Jonah Williams c****1@g****m 7
Lasse R.H. Nielsen l****n@g****m 7
Alexander Thomas a****m@g****m 5
BC Ko b****o 4
Sam Rawlins s****s@g****m 4
Gary Roumanis g****a@g****m 4
Devon Carew d****w@g****m 4
Patrice Chalin c****n 3
Zak Cutner me@z****k 3
Danny Tuppeny d****y@t****m 3
Brian Quinlan b****n@g****m 3
Max Wagner 3****x 2
Keerti Parthasarathy k****p 2
Xavier H x****x@g****m 2
Keerti Parthasarathy k****p@g****m 2
and 33 more...

Issue and Pull Request metadata

Last synced: 2 days ago


Package metadata

pub: shelf

A model for web server middleware that encourages composition and easy reuse.

  • Homepage:
  • Documentation: https://pub.dev/documentation/shelf/
  • Licenses: bsd-3-clause
  • Latest release: 1.4.1 (published over 1 year ago)
  • Last Synced: 2024-10-03T06:19:59.972Z (2 days ago)
  • Versions: 78
  • Dependent Packages: 325
  • Dependent Repositories: 32,439
  • Docker Downloads: 19,038,162
  • Rankings:
    • Docker downloads count: 0.06%
    • Dependent repos count: 0.133%
    • Dependent packages count: 0.163%
    • Average: 0.976%
    • Stargazers count: 1.847%
    • Forks count: 2.675%
pub: shelf_static

Static file server support for the shelf package and ecosystem.

  • Homepage:
  • Documentation: https://pub.dev/documentation/shelf_static/
  • Licenses: bsd-3-clause
  • Latest release: 1.1.2 (published over 1 year ago)
  • Last Synced: 2024-10-03T06:19:59.267Z (2 days ago)
  • Versions: 34
  • Dependent Packages: 92
  • Dependent Repositories: 14,852
  • Docker Downloads: 19,037,882
  • Rankings:
    • Docker downloads count: 0.067%
    • Dependent repos count: 0.282%
    • Dependent packages count: 0.373%
    • Average: 1.054%
    • Stargazers count: 1.857%
    • Forks count: 2.691%
pub: shelf_web_socket

A shelf handler that wires up a listener for every connection.

  • Homepage:
  • Documentation: https://pub.dev/documentation/shelf_web_socket/
  • Licenses: bsd-3-clause
  • Latest release: 2.0.0 (published 5 months ago)
  • Last Synced: 2024-10-03T06:19:59.851Z (2 days ago)
  • Versions: 24
  • Dependent Packages: 49
  • Dependent Repositories: 31,677
  • Docker Downloads: 19,038,058
  • Rankings:
    • Docker downloads count: 0.067%
    • Dependent repos count: 0.15%
    • Dependent packages count: 0.711%
    • Average: 1.095%
    • Stargazers count: 1.857%
    • Forks count: 2.691%
pub: shelf_packages_handler

A shelf handler for serving a `packages/` directory.

  • Homepage:
  • Documentation: https://pub.dev/documentation/shelf_packages_handler/
  • Licenses: bsd-3-clause
  • Latest release: 3.0.2 (published over 1 year ago)
  • Last Synced: 2024-10-03T06:20:00.058Z (2 days ago)
  • Versions: 10
  • Dependent Packages: 11
  • Dependent Repositories: 14,294
  • Docker Downloads: 19,037,882
  • Rankings:
    • Docker downloads count: 0.067%
    • Dependent repos count: 0.288%
    • Average: 1.352%
    • Stargazers count: 1.857%
    • Dependent packages count: 1.857%
    • Forks count: 2.691%
pub: shelf_proxy

A shelf handler for proxying HTTP requests to another server.

  • Homepage:
  • Documentation: https://pub.dev/documentation/shelf_proxy/
  • Licenses: bsd-3-clause
  • Latest release: 1.0.4 (published over 1 year ago)
  • Last Synced: 2024-10-03T06:19:59.164Z (2 days ago)
  • Versions: 15
  • Dependent Packages: 26
  • Dependent Repositories: 604
  • Docker Downloads: 346,848
  • Rankings:
    • Docker downloads count: 0.134%
    • Dependent packages count: 1.01%
    • Dependent repos count: 1.073%
    • Average: 1.353%
    • Stargazers count: 1.857%
    • Forks count: 2.691%
pub: shelf_router

A convenient request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations.

  • Homepage:
  • Documentation: https://pub.dev/documentation/shelf_router/
  • Licenses: bsd-3-clause
  • Latest release: 1.1.4 (published over 1 year ago)
  • Last Synced: 2024-10-03T06:18:39.741Z (2 days ago)
  • Versions: 12
  • Dependent Packages: 79
  • Dependent Repositories: 356
  • Docker Downloads: 151
  • Rankings:
    • Dependent packages count: 0.522%
    • Docker downloads count: 0.594%
    • Average: 1.4%
    • Dependent repos count: 1.456%
    • Stargazers count: 1.84%
    • Forks count: 2.589%
pub: shelf_router_generator

A package:build-compatible builder for generating request routers for the shelf web-framework based on source annotations.

  • Homepage:
  • Documentation: https://pub.dev/documentation/shelf_router_generator/
  • Licenses: bsd-3-clause
  • Latest release: 1.1.0 (published about 1 year ago)
  • Last Synced: 2024-10-03T06:19:59.680Z (2 days ago)
  • Versions: 16
  • Dependent Packages: 4
  • Dependent Repositories: 34
  • Rankings:
    • Stargazers count: 1.851%
    • Forks count: 2.678%
    • Average: 3.57%
    • Dependent repos count: 4.45%
    • Dependent packages count: 5.301%
pub: shelf_test_handler

A Shelf handler that makes it easy to test HTTP interactions.

  • Homepage:
  • Documentation: https://pub.dev/documentation/shelf_test_handler/
  • Licenses: bsd-3-clause
  • Latest release: 2.0.2 (published over 1 year ago)
  • Last Synced: 2024-10-03T06:19:59.879Z (2 days ago)
  • Versions: 8
  • Dependent Packages: 8
  • Dependent Repositories: 15
  • Rankings:
    • Stargazers count: 1.851%
    • Forks count: 2.678%
    • Dependent packages count: 3.531%
    • Average: 3.683%
    • Dependent repos count: 6.672%

Dependencies

pkgs/shelf_static/pubspec.yaml pub
  • args ^2.0.0 development
  • lints ^1.0.0 development
  • test ^1.16.0 development
  • test_descriptor ^2.0.0 development
  • convert ^3.0.0
  • http_parser ^4.0.0
  • mime ^1.0.0
  • path ^1.8.0
  • shelf ^1.1.2
pkgs/shelf/pubspec.yaml pub
  • http ^0.13.0 development
  • lints ^1.0.0 development
  • test ^1.16.0 development
  • async ^2.5.0
  • collection ^1.15.0
  • http_parser ^4.0.0
  • path ^1.8.0
  • stack_trace ^1.10.0
  • stream_channel ^2.1.0
pkgs/shelf_packages_handler/pubspec.yaml pub
  • lints ^1.0.0 development
  • test ^1.16.0 development
  • path ^1.8.0
  • shelf ^1.0.0
  • shelf_static ^1.0.0
pkgs/shelf_proxy/pubspec.yaml pub
  • lints ^1.0.0 development
  • test ^1.6.0 development
  • http ^0.13.0
  • path ^1.8.0
  • shelf ^1.0.0
pkgs/shelf_router/pubspec.yaml pub
  • http ^0.13.0 development
  • lints ^1.0.0 development
  • test ^1.16.0 development
  • http_methods ^1.1.0
  • meta ^1.3.0
  • shelf ^1.0.0
pkgs/shelf_router_generator/pubspec.yaml pub
  • build_runner ^2.0.0 development
  • build_verify ^3.0.0 development
  • http ^0.13.0 development
  • lints ^1.0.0 development
  • test ^1.5.3 development
  • analyzer >=2.0.0 <4.0.0
  • build ^2.0.0
  • build_config ^1.0.0
  • code_builder ^4.0.0
  • http_methods ^1.0.0
  • shelf ^1.1.0
  • shelf_router ^1.0.0
  • source_gen ^1.0.0
pkgs/shelf_test_handler/pubspec.yaml pub
  • http ^0.13.0 development
  • lints ^1.0.0 development
  • shelf_web_socket ^1.0.0 development
  • web_socket_channel ^2.0.0 development
  • http_multi_server ^3.0.0
  • shelf ^1.0.0
  • test ^1.16.0
pkgs/shelf_web_socket/pubspec.yaml pub
  • http ^0.13.0 development
  • lints ^1.0.0 development
  • test ^1.16.0 development
  • shelf ^1.1.0
  • stream_channel ^2.1.0
  • web_socket_channel ^2.0.0
.github/workflows/dart.yml actions
  • actions/cache 9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 composite
  • actions/checkout 93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 composite
  • dart-lang/setup-dart 6a218f2413a3e78e9087f638a238f6b40893203d composite
.github/workflows/no-response.yml actions
  • godofredoc/no-response 0ce2dc0e63e1c7d2b87752ceed091f6d32c9df09 composite
.github/workflows/publish.yaml actions
.github/workflows/pull_request_label.yml actions
  • actions/labeler ac9175f8a1f3625fd0d4fb234536d26811351594 composite