0

I want to run a web application 24/7. I can do that in Windows RDP server from Alibaba cloud but the application requires it to be visible at all time. Will it save some bandwidth if open that RDP server on my laptop or should I run that web app on my laptop?

What will be the major differences in both of them?

1 Answers1

0

Using your browser with RDP will consume more bandwidth. Here are some details on how much: Microsoft Remote Desktop Bandwidth Usage

There is no functional difference between which browser you use. Just make sure you configure your web app to accept non-localhost connections.

In short: RDP will use more bandwidth than HTTP.