From 72bb2e30dc6383ef42428e3f495692caa3e32ea0 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Mon, 25 May 2020 15:41:28 +0200 Subject: [PATCH] websockets that is --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed3ab26..96b2ed9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Pipeserver is a simple webserver that uses sockets to distribute text received on stdin to connected webpages. By piping other processes into pipeserver, you can stream their messages and eventually produce customized javascript interfaces based on the content. +Pipeserver is a simple webserver that uses [websockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications) to distribute text received on stdin to connected webpages. By piping other processes into pipeserver, you can stream their messages and eventually produce customized javascript interfaces based on the content. Installation of prerequisites: