Skip to content

Instantly share code, notes, and snippets.

@redhajuanda
Created February 4, 2020 10:13
Show Gist options
  • Select an option

  • Save redhajuanda/2a07b4ff21ebb392184e96c6db7af58b to your computer and use it in GitHub Desktop.

Select an option

Save redhajuanda/2a07b4ff21ebb392184e96c6db7af58b to your computer and use it in GitHub Desktop.
Execute golang service with node pm2

Run the service with pm2

pm2 start package.json

{
"apps" : [{
"name" : "service",
"script" : "./service"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment