Showns

Results 172 comments of Showns

~~Good point, but unfortunately, [Civetweb](https://github.com/civetweb/civetweb) does not support running multiple servers on the same port out-of-the-box. Each server instance typically binds to a specific port, and Civetweb does not provide...

True, it seems civetweb supports it... This will be a very good feature to add to webui.

![image](https://github.com/webui-dev/webui/assets/116365846/46bfe20a-628b-46de-9887-2d4496266454)

![image](https://github.com/webui-dev/webui/assets/116365846/928440b2-d950-4fc9-9511-4b583d75d1a2)

Which OS and compiler you are using? I guess you can simply run `make` using your 32bit compiler and will work fine!

Thank you 👍 Needs to be tested first

I don't use cmake either, but if a PR provides a fully working cmake script, then it will be welcomed as for sure many people may prefer cmake over makefile/zig....

I suggest providing `CMakeLists.txt` only while keeping the original CI (_GitHub Workflow_) untouched as it's working fine now. cmake is like the zig build, is an extra if anyone needs...

This needs to add a new example I guess, while webui will be untouched.

> ui.run and ui.Script, it always does not work Did you added `webui.js` to your UI?