Get the latest tech news
Wprs – rootless remote desktop for Wayland (and X11, via XWayland) applications
Contribute to wayland-transpositor/wprs development by creating an account on GitHub.
Instead of compositing and rendering though, wprsd serializes the state of the wayland session and sends it to the connected wprsc client using a custom protocol. The wayland protocol is not natively resumable in this way because it relies on shared state between the compositor and client applications. wprsd is a wayland compositor, so it has access to all surfaces displayed by applications running against it and it can inject input into them.
Or read this on Hacker News