You might get the same functionality running playwright with novnc on a remote server because that is all that this is, a remote headless browser, connected to a node server that communicates to the headless browser with the Chrome DevTools Protocol over a websocket, with a <canvas> element embedded in the clients browser which sends all captured events like mousemove and mousedown to the node server, and lastly renders a stream of images from the headless browser into the client browser inside the <canvas> element. [0]
Had to admit I came to the same conclusion when I read this part of the readme:
> The NC license permits "use by any charitable organization, educational institution, public research organization, public safety or health organization, environmental protection organization, or government institution is use for a permitted purpose regardless of the source of funding or obligations resulting from the funding."
But on reading the license, personal noncommercial use is fine too. It would have helped me if that info had been in the readme!
dataviz1000|2 years ago
[0] https://github.com/land007/docker_playwright_novnc
graderjs|2 years ago
creatonez|2 years ago
dpwm|2 years ago
> The NC license permits "use by any charitable organization, educational institution, public research organization, public safety or health organization, environmental protection organization, or government institution is use for a permitted purpose regardless of the source of funding or obligations resulting from the funding."
But on reading the license, personal noncommercial use is fine too. It would have helped me if that info had been in the readme!
unknown|2 years ago
[deleted]