Meteor JS框架是否与Google App Engine兼容?

时间:2022-04-13 16:59:38

Would it be possible to build and deploy Meteor applications on Google App Engine or are these incompatible technologies?

是否可以在Google App Engine上构建和部署Meteor应用程序,还是这些不兼容的技术?

I know, for example, that Node.js is not compatible with App Engine and Meteor seems similar to Node in some respects.

我知道,例如,Node.js与App Engine不兼容,Meteor在某些方面似乎与Node类似。

5 个解决方案

#1


11  

Meteor creates Node.js applications. Google App Engine does not have a JavaScript runtime, but it does have (in beta as of December 2013), Managed VMs which can run Node.js.

Meteor创建Node.js应用程序。 Google App Engine没有JavaScript运行时,但它确实具有(截至2013年12月的测试版)托管虚拟机,可以运行Node.js.

Google Compute Engine (not App Engine) supports the MEAN stack (Mongo, Express, Angular, Node.js), so you can run Meteor on GCE.

Google Compute Engine(不是App Engine)支持MEAN堆栈(Mongo,Express,Angular,Node.js),因此您可以在GCE上运行Meteor。

Meteor JS框架是否与Google App Engine兼容?


old answer

老答案

Meteor relies on node.js and as such will not run on GAE until GAE supports node.js, if ever.

Meteor依赖于node.js,因此在GAE支持node.js之前不会在GAE上运行。

#2


7  

Meteor runs in Google Compute Engine (GCE), we installed it on a GCE vm using the normal installation procedure and runs quite fine.

Meteor在Google Compute Engine(GCE)中运行,我们使用正常的安装程序将其安装在GCE vm上并且运行得非常好。

#3


3  

A better option would be Heroku. They have a Node runtime available, and should give you an experience similar to GAE.

更好的选择是Heroku。他们有一个Node运行时可用,并且应该给你类似于GAE的体验。

#4


3  

Google does support nodejs. So Yes, it is. Start here: https://developers.google.com/datastore/docs/getstarted/start_nodejs/

谷歌确实支持nodejs。是的,是的。从这里开始:https://developers.google.com/datastore/docs/getstarted/start_nodejs/

#5


0  

I'm pretty sure that meteor depends upon node.js. I seem to remember in the intro screencast a mention of being "able to deploy anywhere node.js is available".

我很确定meteor依赖于node.js.我似乎记得在介绍截屏中提到“能够在任何地方部署node.js”。

#1


11  

Meteor creates Node.js applications. Google App Engine does not have a JavaScript runtime, but it does have (in beta as of December 2013), Managed VMs which can run Node.js.

Meteor创建Node.js应用程序。 Google App Engine没有JavaScript运行时,但它确实具有(截至2013年12月的测试版)托管虚拟机,可以运行Node.js.

Google Compute Engine (not App Engine) supports the MEAN stack (Mongo, Express, Angular, Node.js), so you can run Meteor on GCE.

Google Compute Engine(不是App Engine)支持MEAN堆栈(Mongo,Express,Angular,Node.js),因此您可以在GCE上运行Meteor。

Meteor JS框架是否与Google App Engine兼容?


old answer

老答案

Meteor relies on node.js and as such will not run on GAE until GAE supports node.js, if ever.

Meteor依赖于node.js,因此在GAE支持node.js之前不会在GAE上运行。

#2


7  

Meteor runs in Google Compute Engine (GCE), we installed it on a GCE vm using the normal installation procedure and runs quite fine.

Meteor在Google Compute Engine(GCE)中运行,我们使用正常的安装程序将其安装在GCE vm上并且运行得非常好。

#3


3  

A better option would be Heroku. They have a Node runtime available, and should give you an experience similar to GAE.

更好的选择是Heroku。他们有一个Node运行时可用,并且应该给你类似于GAE的体验。

#4


3  

Google does support nodejs. So Yes, it is. Start here: https://developers.google.com/datastore/docs/getstarted/start_nodejs/

谷歌确实支持nodejs。是的,是的。从这里开始:https://developers.google.com/datastore/docs/getstarted/start_nodejs/

#5


0  

I'm pretty sure that meteor depends upon node.js. I seem to remember in the intro screencast a mention of being "able to deploy anywhere node.js is available".

我很确定meteor依赖于node.js.我似乎记得在介绍截屏中提到“能够在任何地方部署node.js”。