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

This is the Static Web Application Endpoint of your Crossbar.io server. The page requested could not be found;(





Your WebSocket Application Endpoint is running here:

{{ wsUri }}
{% if restUri %}

Your REST Bridge Endpoint is running here:

{{ restUri }}
{% else %}

REST Bridge Endpoint is not running.

{% endif %}

{% endblock %}