This is a demo app that showcases the use of the Aloni library.
To run the demo app, use Poetry.
First, install the dependencies:
poetry install
Then, enter the project's shell:
poetry shell
Finally, run the demo app with Granian (available from inside the project shell):
granian --interface rsgi ./app_rsgi.py
Alternatively, if you have make installed, you can run the demo app with:
make start.rsgi