Showns
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.


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?