Porting c++ code (native client) to browser (Web app)
问题 I have a c++ module written using Qt-creator SDK. I want to port this code to run on any webpage without compromising the source-code to end user. User should be able to see the output of this module on any browser(Chrome, Firefox, Safari, Explorer) without having to install any additional browser plugin. What are the better options available to achieve this. I have googled and found few such options: Google Native client (NaCl) - But it runs only on Chrome. Is this the future of web