From aff16b96c72aace6b6f8c08d44e370b4831c10dc Mon Sep 17 00:00:00 2001 From: Gaetan Lepage <gaetan.lepage@inria.fr> Date: Mon, 29 Nov 2021 13:45:18 +0100 Subject: [PATCH] [README] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acfdf03..f1ecb99 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The cluster monitor counts three entities: performing `ssh` commands to other nodes (especially `access1-cp`) to gather the cluster state.\ **Code:** `rl_hm/data_fetcher/` - The **backend server** is running on a Linux server external to Inria and is receiving the **data - fetcher** updates through an TCP socket connection running over an SSH tunnel. + fetcher** updates through a TCP socket connection running over an SSH tunnel. It exposes a [Socket.IO](https://socket.io/) server to the web clients that connect to it. As soon as it receives an update from the **data fetcher**, it pushes it to all of the connected clients through the _socket-io_ connection.\ -- GitLab