Hacker News new | ask | show | jobs
by makestuff 895 days ago
Edge device that is communicating with web clients on a network would be my guess. People use WebRTC (mainly the Go library though) to create Remote Desktop implementations. Ex: https://github.com/imtiyazs/webrtc-remote-desktop
1 comments

I hadn't considered an RDP use-case. Thanks!
Worked on a product that did that cross-platform thanks to go, surprisingly simple to work with.