Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ykmnkmi/astra.dart

A multi-threaded shelf server framework and web server adapter. With hot-reload and CLI tool.
https://github.com/ykmnkmi/astra.dart

dart framework server shelf web

Last synced: about 13 hours ago
JSON representation

A multi-threaded shelf server framework and web server adapter. With hot-reload and CLI tool.

Awesome Lists containing this project

README

        

**Astra.dart**

| Package | Description |
|---|---|
| [![Pub Package][astra_icon]][astra] | A multi-threaded `shelf` server framework and web server adapter. |
| [![Pub Package][astra_cli_icon]][astra_cli] | The [astra][] and [shelf][] command line tool. Inspired by [uvicorn][]. |
| [![Pub Package][shelf_client_icon]][shelf_client] | HTTP client based on shelf package. |

[astra_icon]: https://img.shields.io/pub/v/astra.svg
[astra]: https://pub.dev/packages/astra
[astra_cli_icon]: https://img.shields.io/pub/v/astra_cli.svg
[astra_cli]: https://pub.dev/packages/astra_cli
[shelf_client_icon]: https://img.shields.io/pub/v/shelf_client.svg
[shelf_client]: https://pub.dev/packages/shelf_client

[shelf]: https://pub.dev/packages/shelf
[uvicorn]: https://github.com/encode/uvicorn