Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I am thinking about developing a desktop application using C# or C++ or Java.
I am asking if there is a way to turn it to a web application by hosting it online or putting it on cloud so that anyone can use it from anywhere ??

Note that i don't want to re-write the application using PHP or ASP or whatever, just make it available online.
Posted
Comments
[no name] 13-Oct-12 20:32pm    
No. If you want a web application you have to write is as a web application.

If you have designed your application to use TCP/IP and is frugal in it's bandwidth usage you can connect the desktop app over the internet to a server side back-end in "the cloud".

Other options are screen sharing or remote desktop to a virtual machine hosting your app.

For a true "web experience" you really have to use "web technologies" which would require a rewrite.
 
Share this answer
 
There is a difference between Windows application and Web application. You cannot 'host' a windows application on cloud or anywhere to be treated as a web available to outer world.

Read differences in detail here: MSDN: Choosing Between Windows Forms and Web Forms[^]
 
Share this answer
 

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