DEV Community

Cover image for FhyServe 1.0.8: New PM2 Service Management Features!
Fitri HY
Fitri HY

Posted on

FhyServe 1.0.8: New PM2 Service Management Features!

Hello everyone! I'm Fitri HY from Indonesia.

I'd like to share the good news that FhyServe has now released version 1.0.8, and one of the exciting new features is PM2 Service Management. 🎉

What is PM2?

PM2 is a process manager for Node.js applications that allows us to run applications in the background, automatically restart them when errors occur, and even monitor resource usage such as CPU and memory. By integrating PM2 into FhyServe, you can manage your Node.js applications graphically without the need for a command line.

No more opening the terminal and typing pm2 start, everything can be done with just a few clicks!

FhyServe was built to make it easier for developers, especially Windows users, to run various technology stacks without the hassle of manual setup. With the addition of this PM2 feature, I hope your Node.js workflow will become smoother and more efficient!

Download Fhyserver 1.0.8

As always, you can try the latest version at:

FhyServe Latest Version

Thank you for the support and feedback from the community. I will continue to learn and develop FhyServe to make it even more stable and useful for all of us.

Top comments (0)