From: Felix Ingram Date: Wed, 9 Feb 2022 10:52:03 +0000 (+0000) Subject: Added links to Dark Star (#1487) X-Git-Tag: 0.19.0~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c575c735b8e77efe923984be90f1582b857172f4;p=thirdparty%2Fstarlette.git Added links to Dark Star (#1487) --- diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index b3d788d1..2e44d3d5 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -154,3 +154,10 @@ yaml support, OpenAPI schema generation, background tasks, graphql. Roll your own framework with a simple app system, like [Django-GDAPS](https://gdaps.readthedocs.io/en/latest/) or [CakePHP](https://cakephp.org/). GitHub + +### Dark Star + +A simple framework to help minimise the code needed to get HTML to the browser. Changes your file paths into Starlette routes and puts your view code right next to your template. Includes support for [htmx](https://htmx.org) to help enhance your frontend. + +Docs +GitHub