screego/server

screen sharing for developers https://screego.net/

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 37 minutes ago
Added to GitGenius on September 5th, 2026
Created on July 16th, 2020
Open Issues & Pull Requests: 17 (+0)
GitHub issues: Enabled
Number of forks: 720
Total Stargazers: 10,522 (+0)
Total Subscribers: 100 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.5 hours
Mean response time: 47.9 days
90th percentile: 7.8 days
Tracked items: 36

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 10% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 13
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 648 days
Stale 30+ days: 11
Stale 90+ days: 8

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • a:feature (7)
  • a:question (6)
  • bug (5)
  • documentation (2)

Most active issues this week

Detailed Description

Screego is a screen sharing tool built for developers that prioritizes low latency and high quality streaming over WebRTC.

The tool addresses the problem of poor screen sharing quality and lag in corporate communication platforms when developers need to show code or technical work to colleagues. It uses WebRTC for peer-to-peer secure transfer, which enables direct encrypted connections between participants and reduces dependency on centralized servers. The approach includes an integrated TURN server to handle network address translation, ensuring connectivity even behind firewalls or restrictive network configurations.

Screego suits teams that need reliable screen sharing as a supplement to their existing communication tools rather than a replacement. It works well for code reviews, pair programming, and technical demonstrations where visual clarity and responsiveness matter. The tool is designed for self-hosting, with deployment options via Docker or as a single binary, giving organizations control over their infrastructure and data. Multi-user screen sharing is supported, allowing multiple people to view the same stream simultaneously.

Development activity shows consistent maintenance with regular build workflows and Docker image updates. The project maintains semantic versioning discipline for releases, providing clear version tracking for deployments.