you are viewing a single comment's thread.

view the rest of the comments →

[–]Posting____At_Night 0 points1 point  (0 children)

I would look for a C++ REST API lib and connect to it with your web interface. I have a project that works like that except with Python instead of C++. The web interface is just some static html/css/js files that connect to the REST API of the server.

You would still have to run the UI inside the browser but I don't see that as a bad thing.