You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Miguel Grinberg 798ab6abe1
v5 protocol: add JavaScript client and server examples for testing
4 years ago
..
README.rst readme fixes 6 years ago
latency_client.py v5 protocol: add JavaScript client and server examples for testing 4 years ago

README.rst

Socket.IO Asyncio Examples
==========================

This directory contains example Socket.IO clients that work with the
`asyncio` package of the Python standard library.

latency_client.py
-----------------

In this application the client sends *ping* messages to the server, which are
responded by the server with a *pong*. The client measures the time it takes
for each of these exchanges.

This is an ideal application to measure the performance of the different
asynchronous modes supported by the Socket.IO server.

Running the Examples
--------------------

These examples work with the server examples of the same name. First run one
of the `latency.py` versions from the `examples/server/wsgi` directory. On
another terminal, then start the corresponding client::

$ python latency_client.py