hello everyone, I had developed a messaging application that is desktop based in c++ qt.
But now i want to make it web based application.i want to use my existing server that is written in c++ with qt.
and, for client i am using python (Django framework) but i dont have more idea how to communicate our clinet(i.e written in python django) to server (i.e written in c++ with qt).
please give me some solution,if you have any idea.or,if you have other idea to make web based messaging application.you can share to me .

Thanks..