
Example 10: NetworkedEditing

This example demonstrates that Live++ supports hot-reload, hot-restart and hot-fix for both local processes,
as well as remote processes running on any machine connected to the local Broker via a LAN connection.

Any of the provided examples will work with both local and remote processes. In order to try this, perform
the following steps:
*) Start the Broker on a local machine and note its IP address shown in the window title (e.g. 192.168.0.10)
*) Open the Broker on a remote machine, go to "Edit -> Global preferences -> Network", enter the IP address
   of the local machine that runs the Broker, and press "Save".
   This will save the global preferences on the remote machine and only needs to be done once.
*) Deploy the example to the remote machine
*) Start the example on the local machine first
*) Start the example on the remote machine second

Note that code changes will only be picked up and compiled on the local machine.
