It should be perfectly fine because screego only transfers data and doesn't do video encoding or similar stuff.
No, this is currently not planned, Screego was created as an addition to existing software and only helps to share your screen. Nothing else (:.
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,…
You can find the ui end2end tests here: https://github.com/gotify/server/tree/master/ui/src/tests
It should be perfectly fine because screego only transfers data and doesn't do video encoding or similar stuff.
No, this is currently not planned, Screego was created as an addition to existing software and only helps to share your screen. Nothing else (:.
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,…
You can find the ui end2end tests here: https://github.com/gotify/server/tree/master/ui/src/tests