i have source code of javascript/html5 application, runs on client-side , transferring/receiving of audio , video data streams to/from server.
my task create c++ application, embeds functionality of afore-said javascript/html5 application.
basically, need ui-window, embeds js/html5 code, code take care of real application logic.
which framework suitable task? qt comes mind can't seem figure out whether newly released , future versions of support html5 + video/audio/websockets qtwebkit module has been marked deprecated.
i can confirm chromium embedded framework (aka cef) solved problem , suitable type of tasks.
Comments
Post a Comment