All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.demos.websockets.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
{% extends "../demos.html" %}

{% block subSectionClasses %}demo_websockets{% endblock %}
{% block meta_title %}Demo - WebSockets{% endblock %}
{% block meta_description %}WebSockets demo and tutorial using Spincast{% endblock %}

{% block scripts %}

{% endblock %}


{% block subBody %}

WebSockets demo

Try opening multiple browser windows on this very page and then send some messages. You can even ask a friend to do so at the same time: you should see his messages...

Send a message:

Messages:

More info

Learn how to implement WebSockets in the documentation.

{% endblock %}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy