
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Sadkit is a Node.js clustered web server with zero code needed. Just configuration files!
Sadkit is a Node.js clustered web server with zero code needed. Just configuration files!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Node.js is required to be installed on your system. In order to install Node.js, you can either download it directly or use nvm (Node Version Manager).
Sadkit has been developed using Node v9.2.0
. Any higher version should be ok, I'd rather not go with a lower one.
As of January, 2019, npm is installed with Node.js. No further action should be required.
Check your environment by running the followin commands either in Terminal or Command Propmpt:
node -v
npm -v
Clone this repo. cd Sadkit
and run npm install
.
Run node server
in order to start Sadkit. By default, Sadkit requires ports 80
, 443
, 8080
, 8443
. Ensure these ports are not in use by another program or change them in the configuration files.
Sadkit can be configured by modifying and extending the JSON configuration files under the system/
directory, within the project. Further explanation about available properties will be available in the Documentation (work in progress).
It is highly recommended to generate proper SSL certificates. Take a look at Let's Encrypt for a free secure web.
Feel free to open an Issue or send me a direct message.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details.
package.json
in order to find them all.FAQs
Sadkit is a Node.js clustered web server with zero code needed. Just configuration files!
We found that sadkit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.