webdev-town
PM2
webdev-town | PM2 | |
---|---|---|
3 | 68 | |
11 | 42,006 | |
- | 0.4% | |
9.6 | 7.7 | |
9 months ago | 11 days ago | |
JavaScript | JavaScript | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
webdev-town
-
đź’» Web Development Resources #176
Here's the summary of this week's WebDev Town resources.
-
A Guide To Self-Hosting Web Apps On Ubuntu Servers
If you enjoyed the content you can follow me on Twitter/X or check my weekly web development resources newsletter.
-
Show HN: My collection of 1700 hand-picked web development and design resources
Hi everyone :) Since 2019 I've been collecting various links from the web development and design world.
Recently I've put them all on the website of [WebDev Town](https://webdev.town), which I update every day.
I hope you'll find something useful over there :)
PS. It's [open-source](https://github.com/Vincenius/webdev-town), and you can also [submit resources](https://webdev.town/submit) if you have a cool side project you want to show others
PM2
-
Guia de Comandos PM2
GitHub: PM2 Repository
-
Deploying a React Watchlist Tracker App to Production Using DeployHQ
You can run the command pm2 status to check if both servers are online and running, as shown below. To learn about all of the other PM2 commands, read the documentation on PM2 Process Management Quick Start:
-
Why We Chose NGINX + HashiStack Over Kubernetes for Our Service Discovery Needs
For teams using NGINX+PM2, moving to NGINX + HashiStack is a more robust and flexible solution—a great fit for startups looking for scalability without the complexity of Kubernetes.
-
Practical Guide to Set Up Multiple NodeJS Apps on AWS EC2 Instance with Automatic Deployment using GitHub Actions (Screenshots)
PM2 Documentation - https://www.npmjs.com/package/pm2
- Stripe's Monorepo Developer Environment
-
Faster, Easier Deployments: How We Simplified Our Infrastructure with Nomad in 15 Hours (Goodbye, Kubernetes!)
What we wanted was something like a supercharged pm2, but multi-node with good support for both docker and binaries.
-
6 Repositories To Master Node.js
6. PM2
-
Understanding Nginx: From Simple Concepts to Technical Details and Deploying securely with PM2 and Certbot
More pm2 commands here
-
Node.js PM2 Explained
Start by registering the app using the official guide.
-
Deploy Node.js applications on a VPS using Coolify
Run the application using PM2 (ref: Process manager for Node.js)
What are some alternatives?
Caddy - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
supervisor
nvm - Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
Nodemon.io - Monitor for any changes in your node.js application and automatically restart the server - perfect for development
forever - A simple CLI tool for ensuring that a given script runs continuously (i.e. forever)
Phusion Passenger - A fast and robust web server and application server for Ruby, Python and Node.js