Realtime event bus demo
-
This is a demo site for tool_realtime and mod_rplace see also issue MDL-65795 .
Please login as any user user1 - user100 with the password test , and navigate to the 'RPLACE' activity in the 'Demo course'
Things you can test:
- Ask your collegues to login as well and click on the squares together
- Disable the checkbox "Instant feedback on own actions" - this way you can actually see the latency - how long it takes between you clicking a box and receiving a response from the server
- Open Network inspector and filter the requests by "Sockets". Then refresh the page. You will see the open socket, click on it. Inspect the messages in the websocket channel when you click on the boxes and when somebody else clicks on a box.
Things you can not test:
- Do not try to drag the mouse across multiple boxes or do other crazy things. Plugin mod_rplace just a demo activity, only for the websockets tests, it is not a production-ready plugin
The important plugin we are showing here is tool_realtime!