diff --git a/examples/index.html b/examples/index.html index 75b652d1..e13a29f1 100644 --- a/examples/index.html +++ b/examples/index.html @@ -102,90 +102,102 @@ on running a local crossbar.io instance. language) scripts.

+

+ So, for example, it's sufficient to open the frontend.html and + backend.html scripts in different tabs, or run + the corresponding Python backend.py + with frontend.html (or vice-versa). +

+ +

+ For examples using RPC, you need to run the backend first, + so that procedures are registered and available to call. +

+