webui-dev / nim-webui

Use any web browser as GUI, with Nim in the backend and HTML5 in the frontend.
https://webui.me
MIT License
130 stars 9 forks source link

TLS Support #14

Closed hassandraga closed 1 year ago

hassandraga commented 1 year ago

The next version 2.4.0 will include TLS Encryption between the GUI and the Nim application. This will make compiling WebUI from the source more challenging for the Nim wrapper.

I suggest making the Nim wrapper using the static pre-built library which makes things very easy as it does not need to compile WebUI from the source.

neroist commented 1 year ago

If the user wants, they can download the static libraries themselves.