Click here to Skip to main content
15,886,851 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!

I just developed "local"(or "desktop") apps for almostly all the time.by C++ with framework QT or MFC in visual studio.

Now My client want the app which I developed with QT to be web aware.but the app is originally designed to run locally on just one pc.

The need is sth like : the app put on one pc to be a server(link to the internet),the other pc can connect to it by internet and send some request to the app that's always running on the server.if possible sent some data or documents back to the requester.

any hint ? or link or tutorial will be appreciated!
Posted

1 solution

You have just to modify (or redesign) your application as server (in a client/server architecture). MSDN provides all you need[^].
 
Share this answer
 
Comments
jiazhiqiang 7-Dec-14 8:52am    
I have read the content of the link you supplied.thansk but I'm totally newbie for networking. May need a long and long curve to learn and apply it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900