SVR.JS downloader; "svrjs" npm package
Find a file
2023-07-31 23:04:36 +02:00
downloader.js Allow for nightly SVR.JS versions 2023-07-31 23:04:36 +02:00
index.js Initial commit 2023-07-31 15:48:52 +02:00
package.json Allow for nightly SVR.JS versions 2023-07-31 23:04:36 +02:00
README.md Initial commit 2023-07-31 15:48:52 +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.1 #SVR.JS 3.6.1 (replace 3.6.1 with your desired version)