mirror of
https://github.com/screego/server.git
synced 2025-12-24 12:57:51 +08:00
a0f3c3749848079c1aafc4eccb3eefa2c999ec86
In 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 but
wasn't removed from a room, because the disconnecting go routine
couldn't see the roomID yet.
screego/server
screen sharing for developers
Intro
In the past I've had some problems sharing my screen with coworkers using corporate chatting solutions like Microsoft Teams. I wanted to show them some of my code, but either the stream lagged several seconds behind or the quality was so poor that my colleagues couldn't read the code. Or both.
That's why I created screego. It allows you to share your screen with good quality and low latency. Screego is an addition to existing software and only helps to share your screen. Nothing else (:.
Features
- Multi User Screenshare
- Secure transfer via WebRTC
- Low latency / High resolution
- Simple Install via Docker / single binary
- Integrated TURN Server see NAT Traversal
Demo / Public Instance ᛫ Installation ᛫ Configuration
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Description
Languages
Go
52.7%
TypeScript
46.5%
HTML
0.7%
Dockerfile
0.1%