{% extends "cb_base.html" %} {% block content %}

This is the WebSocket Application Endpoint of your Crossbar.io server. Applications talk to me speaking WAMP over WebSocket by connecting to:


{{ wsUri }}

If you are a human, this is likely not what you want to do;) Try here instead.

Served for {{ peer }} from Crossbar.io node worker with PID {{ workerPid }}.

{% endblock %}