Remix.run Logo
jqpabc123 8 hours ago

Interesting from a technical perspective but with native RDP clients readily available on just about every platform, I don't see the need for it.

le-mark 6 hours ago | parent | next [-]

When it’s in a browser you don’t need to install anything on the local machine. I used to use Apache guacamole to access my machine at home from work when I was stuck in a cube all day.

https://guacamole.apache.org/

stephbook 4 hours ago | parent | prev | next [-]

1 contributor, 1 commit, new project... gives me vibe-coding feels.

pixel_popping 5 hours ago | parent | prev | next [-]

Browsers are sandboxes, your native client often isn't, there is definitely a huge advantage, portability and embeddability as well, it's also simpler to sniff traffic (and MITM it).

jqpabc123 3 hours ago | parent [-]

Doesn't this limit your ability to share resources and transfer data?

pixel_popping an hour ago | parent [-]

Why would it? You have access to your entire filesystem via the browser.

tom_alexander 3 hours ago | parent | prev | next [-]

Perhaps as a web client for the remote desktop on the BMC chips?

boredishBoi 7 hours ago | parent | prev [-]

Not many good MFA options for native RDP/RDG. Putting it in the browser lets you wrap the whole thing with OAUTH/passkeys etc

hnlmorg 3 hours ago | parent [-]

Having just implemented OAUTH into a Go app this week, I can assure you that it’s surprising easy to do so without making your entire application a website.