Client-side Webconsole base library

Overview

The core of a JGrapes WebConsole on the client side is represented by a singleton of type Console. The singleton is automatically created and exported as theConsole.

WebConsole implementations must provide a class that extends Renderer and create an instance when the main page of the SPA is loaded. The connection to the server is established by calling Console.init, usually from a "readystatechange" listener.