diff --git a/source/index.md b/source/index.md index d524944..35d423b 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 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!

+

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 may also 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?