I am looking to create a live screen sharing app using javascript (HTML client) and a python flask server using the Screen Capture API that javascript has built-in so other people can go on the website and see my screen.
I have tried to use desktop-side apps to steam to a Nginx server but Nginx will require sudo but I am running this on Replit that does not give you the permission to use root.
Is there any way to do this without using a third-party website that has this built-in and with low latency?