Clarify the comparison text
This commit is contained in:
parent
40ff9f3b5e
commit
ff96cda156
3 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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)) {
|
||||
|
|
|
@ -179,10 +179,6 @@ body {
|
|||
background-color: #808080;
|
||||
}
|
||||
|
||||
.download-seperator {
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background-color: #007000;
|
||||
color: #ffffff;
|
||||
|
|
Reference in a new issue