screen sharing for developers https://screego.net/
https://github.com/screego/server
557 forks.
7,780 stars.
9 open issues.
Recent commits:
- ci: lint action, Jannis Mattheis
- Merge pull request #205 from screego/race-conditionFix race condition (no room can be created), GitHub
- fix: add health endpoint, Jannis Mattheis
- fix: race conditionIn client.go if room, ok := message.(outgoing.Room); ok { c.info.RoomID = room.ID }this part isn't thread safe. It could happen that user disconnected butwasn't removed from a room, because the disconnecting go routinecouldn't see the roomID yet., Jannis Mattheis
- Merge pull request #202 from screego/denyfeat: add `SCREEGO_TURN_DENY_PEERS`, GitHub