Litestar Integration¶
waku
can be seamlessly integrated with Litestar using the ApplicationPlugin
. To do this, set up waku
as usual
and then include the plugin in your Litestar application configuration.
Example¶
Here’s how to integrate waku
with a Litestar application:
In this example, the ApplicationPlugin
enables waku
dependency injection and module system within your Litestar
application.