I'm recently working on a project where I have classes written in C++ and a website which is written with HTML5 and JavaScript. Now I want to have data from the C++ program sent to the website. Which way is the best to solve that?
I was looking around for AMQP, WebSockets and JSON. But I didn't get how I can use them and what is the best for this problem and how I can use these technologies.