Skip to content

Latest commit

 

History

History

demo-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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