Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 563 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 563 Bytes

demo app

This is a demo app that showcases the use of the Aloni library.

Usage

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