c++ - Push data from local application to browser -


I have a C ++ application for monitoring local computer and HTML5 web pages (offline support) to show statistics Currently my application sends data to the webpage from the server, but it only works online. Now I want to support full offline mode, so I need to push the data directly to the webpage to fire JavaScript events. Yes. Is this possible? And is it possible on cross-platform?

If the C ++ application and the HTML5 webpage are on the same machine then the server can be of the same PC There is a well-used, lightweight server that you can embed in your C ++ application and can serve content directly in the browser without going online.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -