This is a simple Seneca Microservice test application for usage with PM2. It contains one microservice that is called when the main index.js is started.
- clone this repository
npm install
pm2 start pm2.json
ornode index.js
andnode microservice/math/service.js
pm2 logs
should print log entries from both the microservice and the main server instance.
Yes Please! :)