httk.serve.optimade.runtime.devserver

Development-server entry point for an OPTIMADE ASGI application.

Functions

run_dev_server(*, app, host, port)

Run an ASGI application with Uvicorn.

Module Contents

httk.serve.optimade.runtime.devserver.run_dev_server(*, app, host, port)[source]

Run an ASGI application with Uvicorn.

Parameters: