{"id":13493465,"url":"https://github.com/strongloop/strong-pm","last_synced_at":"2025-05-15T20:03:48.427Z","repository":{"id":17656364,"uuid":"20460946","full_name":"strongloop/strong-pm","owner":"strongloop","description":"deployer for node applications","archived":false,"fork":false,"pushed_at":"2020-02-06T14:01:14.000Z","size":1056,"stargazers_count":1000,"open_issues_count":2,"forks_count":71,"subscribers_count":69,"default_branch":"master","last_synced_at":"2025-04-08T02:39:15.605Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://strong-pm.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strongloop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-03T21:48:54.000Z","updated_at":"2025-04-06T11:58:28.000Z","dependencies_parsed_at":"2022-09-11T15:11:13.491Z","dependency_job_id":null,"html_url":"https://github.com/strongloop/strong-pm","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Fstrong-pm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Fstrong-pm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Fstrong-pm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Fstrong-pm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strongloop","download_url":"https://codeload.github.com/strongloop/strong-pm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414497,"owners_count":22067272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T19:01:15.483Z","updated_at":"2025-05-15T20:03:47.523Z","avatar_url":"https://github.com/strongloop.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![strong-pm Logo](http://strong-pm.io/images/slpm%20logo.png)](http://strong-pm.io/)\n\n# strong-pm - Process Manager\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/strongloop/chat?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nStrongLoop PM is a production process manager for Node.js applications with\nbuilt-in load balancing, monitoring, multi-host deployment, and a graphical\nconsole.\n\nFor more details, see [http://strong-pm.io](http://strong-pm.io)\n\n**Note:** This node module is not currently under active development.  However, we encourage contributions from the community.\n\n## Installation\n\n_Requirements: `git` needs to be installed_\n\nInstall the client-side [CLI](https://github.com/strongloop/strongloop) and\n[GUI](https://github.com/strongloop/strong-arc) (`slc arc`):\n\n    npm install -g strongloop\n    slc -h\n\nRun app\n\n    slc start app.js\n\nOr to deploy and manage remotely, install the manager on a production server using npm:\n\n    npm install -g strong-pm \u0026\u0026 sl-pm-install\n\nOr using docker:\n\n    curl -sSL http://strong-pm.io/docker.sh | sudo /bin/sh\n\n\n## Quick Start\n\nUnder production, you will install the process manager as a system service, see\n[http://strong-pm.io/prod](http://strong-pm.io/prod), but if you are just trying the manager out locally,\nyou can run an app directly from the command line.\n\nGet a sample app (or use your own app):\n\n    git clone git@github.com:strongloop/express-example-app.git\n    cd express-example-app\n    npm install\n\nStart the app under the process manager:\n\n    slc start\n\nInteract with the app using the StrongLoop GUI:\n\n    slc arc\n\nSee [http://strong-pm.io](http://strong-pm.io) for more information.\n\n\n## Features\n\n- Build, package, and deploy your Node application to a local or remote system\n- Aggregate \u0026 rotate logs\n- Built-in load balancing\n- Keep processes and clusters alive forever\n- Profile CPU to find event loop stalls\n- Profile memory to find leaks\n- View performance metrics on your application\n- Use graphical tool or CLI\n- Docker support\n\n## Great for production!\n\n- Supports remote deploy and management\n- Git-based deploy for easy deployment versioning and rollback\n- Deployment does not have external dependencies (production hosts don't have to\n  fetch from npmjs.org or Git)\n- Docker support\n- Built and supported by Node core maintainers at StrongLoop, battle-tested by\n  enterprise customers\n\n## Build \u0026 Deploy\n\n- Multi-host deploy\n- Zero-downtime application restarts and upgrades\n- Install dependencies, run custom build steps, and prune development\n  dependencies without affecting your source tree\n- SSH, HTTP, or Git-based deploy\n\n## Profile\n\n- Heap snapshots and CPU profiles\n- Profile applications to find performance bottlenecks\n- Use StrongLoop's unique event loop triggered profiling to start CPU profiling\n  when the Node event loop stalls\n\n## Manage processes and clusters\n\n- Use all available CPU cores\n- Automatic restart on failure\n- Log aggregation and management\n- Change cluster size, view clustering info remotely\n- Set up secure access via SSH / HTTPS\n- Manage Nginx load-balancer for multi-host deployments\n\n## Metrics\n\n- View performance metrics such as event loop times, CPU and memory consumption\n- Publish metrics to StatsD-compatible servers, and view in 3rd-party consoles\n  such as:\n  - DataDog\n  - Graphite\n  - Splunk\n  - Even syslog and raw log files\n  - See Integrating with third-party consoles for details.\n- Third-party probe metrics, for example for Memcached, MongoDB, Redis, MySQL,\n  and so on.\n\n\n## Docs \u0026 Community\n\n- [StrongLoop Documentation](http://docs.strongloop.com/display/SLC/Operating+Node+applications)\n- [Professional support](http://strongloop.com/node-js/subscription-plans/)\n- [StrongLoop Google Group](https://groups.google.com/forum/#!forum/strongloop)\n- [GitHub issues](https://github.com/strongloop/strong-pm/issues)\n- [Gitter chat](https://gitter.im/strongloop/chat)\n- [Install on production server](./INSTALL.md)\n- [Application life-cycle](./LIFE-CYCLE.md)\n\nFor more resources, including links to blogs, see\n[http://strong-pm.io/resources/](http://strong-pm.io/resources/).\n\n## Troubleshooting\n\n**Q: On deploy getting an `git: fatal: unable to access 'http://127.0.0.1:8701/default/': Empty reply from server**\n\nA: Check to make sure `git` is installed\n\n## License\n\nYou may use this library under the terms of the [Artistic 2.0 license][]\n\n[Artistic 2.0 license]: http://opensource.org/licenses/Artistic-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongloop%2Fstrong-pm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrongloop%2Fstrong-pm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongloop%2Fstrong-pm/lists"}