
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
strong-pm
Advanced tools
StrongLoop PM is a production process manager for Node.js applications with built-in load balancing, monitoring, multi-host deployment, and a graphical console.
For more details, see http://strong-pm.io
Requirements: git
needs to be installed
Install the client-side CLI and
GUI (slc arc
):
npm install -g strongloop
slc -h
Run app
slc start app.js
Or to deploy and manage remotely, install the manager on a production server using npm:
npm install -g strong-pm && sl-pm-install
Or using docker:
curl -sSL http://strong-pm.io/docker.sh | sudo /bin/sh
Under production, you will install the process manager as a system service, see http://strong-pm.io/prod, but if you are just trying the manager out locally, you can run an app directly from the command line.
Get a sample app (or use your own app):
git clone git@github.com:strongloop/express-example-app.git
cd express-example-app
npm install
Start the app under the process manager:
slc start
Interact with the app using the StrongLoop GUI:
slc arc
See http://strong-pm.io for more information.
For more resources, including links to blogs, see http://strong-pm.io/resources/.
Q: On deploy getting an `git: fatal: unable to access 'http://127.0.0.1:8701/default/': Empty reply from server
A: Check to make sure git
is installed
You may use this library under the terms of the Artistic 2.0 license
FAQs
StrongLoop Process Manager
The npm package strong-pm receives a total of 157 weekly downloads. As such, strong-pm popularity was classified as not popular.
We found that strong-pm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 23 open source maintainers 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
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.