SVR.JS downloader; "svrjs" npm package
Find a file
2023-11-29 02:28:10 +01:00
downloader.js Updated download paths from svrjs.org/dl to downloads.svrjs.org. Earlier versions of create-svrjs-server won't work, because of 301 redirect. 2023-11-29 02:28:10 +01:00
index.js Initial commit 2023-07-31 15:48:52 +02:00
package.json Updated download paths from svrjs.org/dl to downloads.svrjs.org. Earlier versions of create-svrjs-server won't work, because of 301 redirect. 2023-11-29 02:28:10 +01:00
README.md Add support for SVR.JS utility updates. 2023-08-16 08:21:43 +02:00
warn.js Initial commit 2023-07-31 15:48:52 +02:00

SVR.JS

SVR.JS is a web server running on Node.JS. This npm package supplies only create-svrjs-server utility for installing and updating SVR.JS on current working directory. It doesn't include SVR.JS itself. To install SVR.JS type one of those commands:

create-svrjs-server lts #Latest SVR.JS LTS version
create-svrjs-server latest #Latest SVR.JS version
create-svrjs-server 3.6.4 #SVR.JS 3.6.4 (replace 3.6.4 with your desired version)