Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

... along with their associated *.css stylesheets. 

The structure of the framework allows for the registration of multiple "views" and the subsequent navigation between them. 

For the first release, however, there is but a single view, the Topology View.

View Registration and Life-Cycle Callbacks

A view registers with the framework via a call to the addView(...) function.

...code to go here...

 

Topology View

<details of websocket communication with the server>

 

Server-Side Architecture

...