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).
Asked
Active
Viewed 473 times
7
-
Did you find a solution for this? – Kyle Krzeski Jan 16 '21 at 19:04
1 Answers
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