Clarify the comparison text

This commit is contained in:
Dorian Niemiec 2024-03-19 20:05:19 +01:00
parent 40ff9f3b5e
commit ff96cda156
3 changed files with 5 additions and 5 deletions

View file

@ -269,7 +269,7 @@ svrjsversion: 3.14.7
<sup>*</sup>Apache httpd was included as a non-Node.JS-based reference <br /> 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). </small>
</div>
<p>
<b>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.</b> 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).
<b>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.</b> 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).
</p>
</div>
</section>

View file

@ -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)) {

View file

@ -179,10 +179,6 @@ body {
background-color: #808080;
}
.download-seperator {
font-size: 0.75em;
}
.footer {
background-color: #007000;
color: #ffffff;