From 6c1d0ff388e0d714bd78fec8ad686dc49e09aa8f Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Thu, 2 May 2024 17:18:41 +0200 Subject: [PATCH] Update FAQ --- source/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.md b/source/index.md index e802b76..d524944 100644 --- a/source/index.md +++ b/source/index.md @@ -281,7 +281,7 @@ svrjsversion: 3.14.15

What is SVR.JS?

SVR.JS is web server software running on Node.JS that can host both static and dynamic content. With additional mods, SVR.JS can be used for different types of dynamic content and can even be used as a forward or reverse proxy. SVR.JS is licensed under a permissive MIT/X11 license.

How was SVR.JS created?

-

Someone in 2018 wanted to create a website, but he didn't know about setting up typical server software like Apache httpd, NGINX, or IIS... So he created his own web server in Node.JS to serve his website! And he saved it in a file called svr.js. Since then, this web server has been gradually turned from a web server intended for one website into a general-purpose web server. And this is now what SVR.JS is today! You can read more about the recent history of SVR.JS by deciphering The Book of ZSOiE!

+

Someone in 2018 wanted to create a website, but he didn't know about setting up popular web server software like Apache httpd, NGINX, or IIS... So he created his own web server in Node.JS to serve his website! And he saved it in a file called svr.js. Since then, this web server has been gradually turned from a web server intended for one website into a general-purpose web server, which is what SVR.JS is today! You can decipher The Book of ZSOiE!

How did SVR.JS get its name?

SVR.JS got its name from the original name of the server script: svr.js, one of many generic file names for a server written in JavaScript.

What is Node.JS?