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

This is a WAMP-over-WebSocket transport endpoint on your Crossbar.io server. Applications talk to me speaking the WAMP-over-WebSocket protocol.

{% if wsUri %}

Clients connect using this WebSocket URL:

{{ wsUri }}
{% endif %}

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 %}