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

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

There is a newer version: 0.9.28
Show newest version
{#==========================================
Showcase - WebSockets
==========================================#}
{% extends "../layout.html" %}

{% block sectionClasses %}showcase showcase_websockets{% endblock %}
{% block meta_title %}showcase - WebSockets{% endblock %}
{% block meta_description %}Showcase - WebSockets example{% endblock %}

{% block scripts %}

{% endblock %}

{% block body %}

WebSockets example

Try opening more multiple browser windows on this very page and then send some messages. You will see the messages sent by all peers connected to this WebSocket endpoint. You can even ask a friend to do so at the same time: you should see his messages too!

Send a message:

Messages:

{% endblock %}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy