FAQ

  1. Which server to server starlette application?

Which server to server starlette application?

starlette does not implement a webserver, it only provides a way to map urls to answers and to interect with the user. To launch a server serving starlette applications, there is module uvicorn but it does not implement a secured connection. There is hypercorn which should support it. Other alternatives are described on starlette/installation.

(entrée originale : qcm_app.py:docstring of mathenjeu.apps.qcm.qcm_app.QCMApp, line 3)