Versions Compared

Key

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

...

The business logic module (.js file) should bind event handlers with the Web Socket Service, to handle incoming events from the server, as well as to use the sendEvent() function to send events to the server.


See example code for:

  • Overlay definition
  • Overlay business logic


Topology Overlay Service

The Topology Overlay Service is a JavaScript module that provides the client-side API for registering new "topology overlay" components.

...