Using a Web-interface to a breve Simulation

The NetworkServer object can accept connections from regular web browsers. After the NetworkServer starts running, you can get the address that clients should connect to by using the method get-url. The URL will be the hostname (or IP address) of the server machine, followed by ":portNumber".

When a web-client connects to the server, it may do one of two things: execute a command in the simulation's controller object, or request an HTML page.