You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -118,13 +118,14 @@ that you would normally find as third-party extensions in other frameworks.
118
118
### General
119
119
120
120
-[`dishka`](https://github.com/reagento/dishka) - Cute DI framework with agreeable API and everything you need, including [Litestar integration](https://dishka.readthedocs.io/en/stable/integrations/index.html).
121
+
-[`modern-di`](https://github.com/modern-python/modern-di) - Dependency injection framework with IoC container and scopes, including [Litestar integration](https://github.com/modern-python/modern-di-litestar).
121
122
-[`litestar-MQTT`](https://github.com/Alurith/litestar-mqtt) - A plugin for the MQTT protocol.
122
-
-[`litestar-saq`](https://github.com/cofin/litestar-saq) - A plugin for the [SAQ job queuing framework](https://github.com/tobymao/saq)<sup>*</sup>
123
+
-[`litestar-saq`](https://github.com/litestar-org/litestar-saq) - A plugin for the [SAQ job queuing framework](https://github.com/tobymao/saq)<sup>*</sup>
123
124
-[`litestar-taskiq`](https://github.com/taskiq-python/taskiq-litestar) - [Taskiq](https://taskiq-python.github.io/) integration for Litestar.
124
125
-[`litestar-psycopg`](https://github.com/Kumokage/litestar-psycopg) - A plugin for the [Psycopg](https://www.psycopg.org/psycopg3/docs/) database driver.
125
126
-[`litestar-aiosql`](https://github.com/cofin/litestar-aiosql) - A plugin for the [aiosql](https://github.com/nackjicholson/aiosql) database query builder.<sup>*</sup>
126
127
-[`litestar-granian`](https://github.com/cofin/litestar-granian) - A plugin for the [Granian](https://github.com/emmett-framework/granian) HTTP server, written in Rust.<sup>*</sup>
127
-
-[`litestar-svcs`](https://github.com/guacs/litestar-svcs) - A plugin for the [SVCS](https://github.com/hynek/svcs) service locater/dependency injection library.<sup>*</sup>
128
+
-[`litestar-svcs`](https://github.com/vkcku/litestar-svcs) - A plugin for the [SVCS](https://github.com/hynek/svcs) service locater/dependency injection library.<sup>*</sup>
128
129
-[`litestar-saq-htmx`](https://github.com/euri10/litestar_saq_htmx) - Proof of concept using SAQ, Litestar, HTMX, and Server-Sent events for a simple SAQ job monitor.
129
130
130
131
### Admin
@@ -136,7 +137,7 @@ that you would normally find as third-party extensions in other frameworks.
136
137
137
138
### Auth
138
139
139
-
-[`litestar-users`](https://github.com/LonelyVikingMichael/litestar-users) - Authentication and user management for the
140
+
-[`litestar-users`](https://github.com/mvbosch/litestar-users) - Authentication and user management for the
140
141
Litestar framework.<sup>*</sup>
141
142
142
143
### Databases
@@ -215,18 +216,18 @@ that you would normally find as third-party extensions in other frameworks.
215
216
216
217
(Platforms-as-a-Service)
217
218
218
-
-[Railway](https://railway.app/templates) - Search for `Litestar`.
219
+
-[Railway](https://railway.com/deploy) - Search for `Litestar`.
219
220
-[Heroku](https://www.heroku.com/) - Deploy using Heroku.
220
221
-[AWS Elastic Beanstalk](https://aws.amazon.com/elasticbeanstalk/) - Deploy using AWS.
221
-
-[Google App Engine](https://cloud.google.com/appengine/) - Deploy using GCP.
222
+
-[Google App Engine](https://cloud.google.com/appengine) - Deploy using GCP.
222
223
-[Microsoft Azure App Service](https://azure.microsoft.com/en-us/products/app-service/) - Deploy using Azure.
223
224
224
225
#### IaaS
225
226
226
227
(Infrastructure-as-a-Service)
227
228
228
229
-[AWS EC2](https://aws.amazon.com/ec2/) - Deploy using AWS.
229
-
-[Google Compute Engine](https://cloud.google.com/compute/) - Deploy using GCP.
230
+
-[Google Compute Engine](https://cloud.google.com/compute) - Deploy using GCP.
230
231
-[Digital Ocean](https://www.digitalocean.com/) - Deploy using Digital Ocean.
231
232
232
233
#### Serverless
@@ -240,7 +241,7 @@ that you would normally find as third-party extensions in other frameworks.
@@ -259,12 +260,9 @@ that you would normally find as third-party extensions in other frameworks.
259
260
<!--lint ignore awesome-list-item-->
260
261
261
262
-[Litestar Fullstack with Vite, VueJS, Redis, PostgreSQL, and more](https://github.com/litestar-org/litestar-fullstack) - Made by [@cofin](https://github.com/cofin/).
262
-
-[](https://railway.app/template/KmHMvQ?referralCode=BMcs0x)
-[Example Litestar Service](https://github.com/andy-takker/example-litestar-service) - Production-ready Litestar service template with clean architecture, dishka DI, JWT auth with RBAC, NATS via FastStream, and observability.
265
264
<!--lint ignore awesome-list-item-->
266
265
-[Basic Litestar App](https://github.com/JacobCoffee/litestar-template) - Basic Litestar app with TailwindCSS.
267
-
-[](https://railway.app/template/zx1KGh?referralCode=BMcs0x)
0 commit comments