orb.cli.web module¶
- orb.cli.web.serve(host: str = <typer.models.OptionInfo object>, port: int = <typer.models.OptionInfo object>, reload: bool = <typer.models.OptionInfo object>, debug: bool = <typer.models.OptionInfo object>, workers: int = <typer.models.OptionInfo object>)¶
Creates a web application with FastAPi in the backend and Svelte in the frontend.
Refer to Orb Web to find out about building your own CLN / LND web-app using Orb in the backend.