A protocol for interactive rendering surfaces
RenderView defines a simple specification for a renderable surface that emits structured input events (pointer, keyboard, resize) and displays frames. It can be implemented in browsers, native applications, remote renderers, notebooks, etc.
This repository contains the specification and a reference implementation in JavaScript.