# Screego-server **Repository Path**: smyd/screego-server ## Basic Information - **Project Name**: Screego-server - **Description**: https://github.com/screego/server Screego-server 是一个开源的屏幕共享服务器 它允许用户在网络上共享其屏幕,并允许其他用户通过浏览器访问和查看共享的屏幕。项目基于网页实时通信(WebRTC) 实现,由 STUN/TURN 协议完成内网穿透和浏览器端对端的连接。 - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-04-30 - **Last Updated**: 2024-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

screego/server

screen sharing for developers

Build Status Go Report Card Docker Pulls latest release

## 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](https://screego.net/#/nat-traversal) [Demo / Public Instance](https://app.screego.net/) ᛫ [Installation](https://screego.net/#/install) ᛫ [Configuration](https://screego.net/#/config) ## Versioning We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/screego/server/tags).