Y
Hacker News
new
|
ask
|
show
|
jobs
by
drBonkers
1476 days ago
Is there a way to for multiple users to connect to the same web application with Flet?
1 comments
appveyor
1476 days ago
Absolutely, an app's entry-point "main" function is called for every new user session with unique instance of a "page":
https://github.com/flet-dev/examples/blob/main/python/apps/h...
link