Watt from Platformatic sounds interesting for improving Node.js server performance: https://blog.platformatic.dev/93-faster-nextjs-in-your-kubernetes
It's kinda like pm2 but using SO_REUSEPORT, so the kernel handles the load balancing and forwarding of requests to each node.js process.
