7

I want to be able to call g++ from the command line in my nodejs app (as part of the server response to a POST request).

Jonathan Paulson
  • 1,048
  • 6
  • 15

1 Answers1

0

One possible solution would be to switch from deploying with Git + Heroku stack + Node buildpack to deploying your own Docker image (which can be based on Heroku's) using the Heroku Container Registry: https://devcenter.heroku.com/articles/container-registry-and-runtime

Elias Dorneles
  • 22,556
  • 11
  • 85
  • 107