Live data from Hacker News

Screego – multi user screen sharing via browser

github.com

1–10 of 21 posts

Re: Screego – multi user screen sharing via browser

#4
post #2

Can you add a line to explain a little bit what screego does, how it achieves its goal? Otherwise, looks awesome!

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.

Re: Screego – multi user screen sharing via browser

#7
Amazing work! The UI is really slick, I was able to share a screen and use it pretty much instantly. The installation instructions are also really slick https://screego.net/#/install. This is what keeps me writing Go, it is so easy to get your work running in others hands

I love that you focused on solving one thing. Sharp focus on a single problem usually means much better quality.

Post reply on HN