Hacker News new | ask | show | jobs
by kovek 2079 days ago
Can you add a line to explain a little bit what screego does, how it achieves its goal? Otherwise, looks awesome!
1 comments

Sure thing. Screego is a little server written in Go that allows you to share your screen via WebRTC with others. WebRTC mainly uses Peer2Peer connections to transfer data. In the case no connection can be established, an embedded TURN server can be used. This TURN server relays all the traffic through the server.
"An embedded TURN server" means that this server runs from within Screego?

I must be understanding this wrong, as a TURN server running behind a NAT makes no sense for helping outside peers to connect