From ff96cda156fdef1947e72476c24b9b5c4509d3f0 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 19 Mar 2024 20:05:19 +0100 Subject: [PATCH] Clarify the comparison text --- source/index.md | 2 +- themes/svrjswebsite/source/css/index-page.css | 4 ++++ themes/svrjswebsite/source/css/main.css | 4 ---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/index.md b/source/index.md index 5fe09fc..b1f49bf 100644 --- a/source/index.md +++ b/source/index.md @@ -269,7 +269,7 @@ svrjsversion: 3.14.7 *Apache httpd was included as a non-Node.JS-based reference
Comparison done on August 2023. Node.JS-based servers are compared based on source code analysis from corresponding GitHub repositories (with exception of SVR.JS, which has self-hosted git repository).

- As you can see, SVR.JS is more similar to traditional HTTP servers, like Apache httpd, and it's more advanced than some other Node.JS-based web servers. You can deploy your JavaScript web applications and use many features offered by traditional web servers without using any reverse proxy (using a reverse proxy, like NGINX or Apache httpd is common when deploying Node.JS-based web apps). + As you can see, SVR.JS is more similar in terms of functionality to traditional HTTP servers, like Apache httpd, and it's more advanced than some other Node.JS-based web servers. You can deploy your JavaScript web applications and use many features offered by traditional web servers without using any reverse proxy (using a reverse proxy, like NGINX or Apache httpd is common when deploying Node.JS-based web apps).

diff --git a/themes/svrjswebsite/source/css/index-page.css b/themes/svrjswebsite/source/css/index-page.css index bd3f4d8..3e3cf31 100644 --- a/themes/svrjswebsite/source/css/index-page.css +++ b/themes/svrjswebsite/source/css/index-page.css @@ -298,6 +298,10 @@ tr.comparison-table-mobile-feature td { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.225); } +.download-separator { + font-size: 0.75em; +} + /*CSS hacks for Webp support check*/ @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution:.001dpcm) { @supports (background-image: -webkit-image-set(url('/img/hero-image.webp') 1x)) { diff --git a/themes/svrjswebsite/source/css/main.css b/themes/svrjswebsite/source/css/main.css index d4708f6..b3b1bb5 100644 --- a/themes/svrjswebsite/source/css/main.css +++ b/themes/svrjswebsite/source/css/main.css @@ -179,10 +179,6 @@ body { background-color: #808080; } -.download-seperator { - font-size: 0.75em; -} - .footer { background-color: #007000; color: #ffffff;