xsnepaul's comments

xsnepaul | 2 years ago

Have you encountered a failure when you were executing pm2 install pm2-intercom? If you want to use log4js for stable log output in PM2's multiprocess mode, then using pm2-intercom-log4js for multiprocess log synchronization will be a good choice. It imitates the cooperation method of pm2-intercom + log4js, and aggregates the logs of the sub-processes to the main process for unified output, so as to avoid unpredictable exceptions in file reading or writing in multiprocess mode.

xsnepaul | 2 years ago

Hello r/programming, I wanted to share an open-source project that I've been working on: Rest-URL-Parser As developers, we often encounter the need to parse RESTful API URLs. Whether it's for debugging, testing, or documenting APIs, having a streamlined and efficient way to parse these URLs can significantly improve our productivity. Rest-URL-Parser is a tool designed to address this very need. It provides a simple yet powerful way to parse RESTful API URLs. Key features of Rest-URL-Parser include: - Robust Parsing: Efficiently parse complex URLs and extract valuable information. - Easy Integration: Designed with developers in mind, it can be effortlessly integrated into your existing workflow. - Open Source: Contribute to the project and help improve it for the benefit of the entire developer community. The project is in its early stages and I am actively seeking feedback, contributions, and collaborators. If you're interested in contributing or if you have any ideas for improvements, please don't hesitate to raise an issue or submit a pull request. Check out the project on GitHub: Rest-URL-Parser Thank you for your time, and I look forward to hearing your thoughts and feedback!
page 1