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, an embedded TURN server can be used. This TURN server relays all the traffic through the server.