From a4e08afde2d067b55c11cc7b3184dba19891b556 Mon Sep 17 00:00:00 2001 From: "John Hays (K7VE)" Date: Sun, 3 Mar 2024 11:10:44 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d0a5cec..80fce2c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ This is a realtime Dashboard for F4FXL's [DStarGateway](https://github.com/F4FXL/DStarGateway) -It is written in JavaScript. The server side is a NodeJS application using the Express framework that runs over HTTPS and uses secure WebSockets (WSS) to -pass data over the Internet to the web browser. WSS requires encryption which is why it is implemented with that feature. +It is written in JavaScript. The server side is a [NodeJS](https://nodejs.org/) application using the [Express](https://expressjs.com/) framework and runs over [HTTPS](https://wikipedia.org/wiki/HTTPS) using secure [WebSockets (WSS)](https://javascript.info/websocket) to pass data over the Internet to the web browser. WSS requires encryption which is why it is implemented using HTTPS. Installing this will require some familiarity with Linux/Unix command line and system.