Y
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
amiga1200
895 days ago
I hadn't considered an RDP use-case. Thanks!
link
angra_mainyu
895 days ago
Worked on a product that did that cross-platform thanks to go, surprisingly simple to work with.
link