New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

readyserver

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readyserver

Readyserver is a node.js package that allows you to deploy a modern Webserver super quickly.

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
0
Created
Source

Readyserver by willmil11

Installation

If you have node.js and npm installed you can run the following command to install the package:

npm install -g readyserver

Usage

Create a folder where the webserver files will be stored. in the folder you can put a file called 404.html if you want a custom 404 page. Then create a file called index.html. This will be the default page. Your folder should look like this:

- Folder
    - 404.html [optional]
    - index.html [recommended]
    - other files [optional]

Then you can run this command in the terminal

readyserver /path/to/webserver-folder/ port /path/to/logs/

Github

Github page

https://github.com/willmil11/Readyserver

Bugs

https://github.com/willmil11/Readyserver/issues

Contact me

Discord

willmil11#8988

Email

willmil1110@gmail.com

Keywords

webserver

FAQs

Package last updated on 26 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts