Hacker News new | ask | show | jobs
by simtel20 1912 days ago
I'm giving this a spin for a small experiment that I'm playing with, however I need this to run alongside other code. I see the example for getting pywebio to work with its support python web frameworks end up at this:

webio_view(task_func)

However, I'm not clear on what task_func is, what arguments it takes, etc. Is there an example of a function like this working with any of the supported web frameworks?