Server side javascript on Google app engine

前端 未结 4 1010
猫巷女王i
猫巷女王i 2021-02-13 11:08

Is there any way to run a Javascript engine, like Spidermonkey, on Google App Engine? Spidermonkey is a C module, so obviously that wont work (GAE doesn\'t allow those types of

4条回答
  •  萌比男神i
    2021-02-13 12:01

    Google is now supporting custom language on Google App Engine. So we can do Node.js

    https://www.youtube.com/watch?v=Q8jZHc0NS6A

    https://developers.google.com/cloud/managed-vms

提交回复
热议问题