Skip to content

[feature request] auto-load app when running the app, and auto-refresh when changing the code #102

@PrashantSaikia

Description

@PrashantSaikia

I have built a webapp which runs like so:

pywebio.start_server(app, port=8080, debug=True)

But when I run the code, it does not automatically open the app in the browser; I need to manually type the address in the browser and run it.

Also, when I change my code while the app is running, it does not auto-refresh the webpage, and I need to refresh it manually.

Is there a way to do these already? If not, it would be a nice thing to add.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions