Replies: 1 comment 4 replies
-
If I understand correctly your explanation, I guess you are looking for an event of a new connection from an external web browser, please correct me if I'm wrong. I guess you can do it like this:
More details in the example: https://github.com/webui-dev/webui/blob/main/examples/C/public_network_access/main.c About the headless, I still not fully understand the goal. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was interested in using this as a means of implementing a web application since there isn't much around that does what you're doing without being some sort of node.js monstrosity. However it's "single user" focus makes this difficult (if not impossible).
I'd be very interested in a headless mode (where you don't have to invoke a local WebView to have the application run) and instead just have someone connect via whatever browser they have.
Coupled with this, it'd be nice to have the means of running multiple sessions, something along the lines of:
I'm aware this isn't the original aim of this project, but it'd turn it into the go-to method of creating proper web applications without some massive node stack behind the scenes.
Beta Was this translation helpful? Give feedback.
All reactions