Private
Public Access
1
0

working websocket client and server w/o session handling and storage

This commit is contained in:
2016-10-18 15:58:53 +02:00
parent 8578a94caf
commit fbfbe5a13b
9 changed files with 229 additions and 15 deletions

View File

@@ -13,6 +13,7 @@
{% block javascripts %}
{{ parent() }}
{{ ws_client() }}
<script type="text/javascript" src="{{ asset('js/index.js') }}"></script>
{% endblock %}