Local Anvil App Hosting -- Does it work like Persistent or non-Persistent Server by default

When you run the open source anvil server locally, does your server persist or not persist by default?

In the versions I’ve used, it does not persist by default. To reuse the same interpreter for multiple server function calls, set ‘server_persist’ to True in the runtime_options dictionary of anvil.yaml.

2 Likes