Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ykmnkmi/astra.dart
- Owner: ykmnkmi
- License: mit
- Created: 2021-02-12T04:57:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T04:24:16.000Z (5 days ago)
- Last Synced: 2024-11-15T05:22:49.205Z (5 days ago)
- Topics: dart, framework, server, shelf, web
- Language: Dart
- Homepage: https://pub.dev/packages/astra
- Size: 663 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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