>>41I don't think you understand what Wayland is. Wayland is a display server protocol designed from scratch, Wayland is designed to be lightweight and flexible while dropping the X11 cruft of the past. The Wayland protocol doesn't include any support for networking, its purpose is to connect programs to your computer graphics system. You need to extend Wayland to include network support like Wayland+VNC or Wayland+X11 or Wayland+RDP.
While it's true that Wayland/Weston is written by the same team who maintains X.org, this team is actually the best team to know about how developers are actually using X11 today to draw graphics and where X11 graphics is obsolete in today's context. The graphical technology that was an extension of X11 is now easy to use and extend with the Wayland protocol.