Re: [google-appengine] Plans for Node.js on App Engine Standard?

2018-05-29 Thread 'Steren Giannini' via Google App Engine
Hi,
I am Steren, Product Manager on App Engine, I was the person on stage
introducing Node.js on App Engine Standard.

We are aiming for a Beta release in the upcoming weeks. In the meantime,
you can request access by filling this form:
https://goo.gl/forms/wAYBySsK9sc074hk2 (we currently reached the limit of
testers, but we will try to invite more as soon as we can).

When you deploy your app, `npm install` is performed on our server (we skip
the upload of your node_modules). Then, when an instance is started, we run
`npm start`.

The pricing is the same as other App Enging Standard runtimes (including
the free tier)

Thanks for your interest,
Your feedback is welcome
Steren

On Fri, May 25, 2018 at 3:22 PM jonobr1  wrote:

> I heard at Google IO 2018 that they would be introducing Node.js to
> AppEngine Standard Environment. Does anyone know timing for this?
>
> https://www.infoq.com/news/2018/05/gae-node
>
> And also.., how it works exactly? Like when it spins up an instance does
> it run npm install and some other sets of commands? Is the pricing
> comparable to the python environment? Very curious about this feature!
>
> On Friday, July 21, 2017 at 10:45:12 AM UTC-7, Brian de Alwis wrote:
>>
>> Have you looked at Cloud Functions?  The pricing model is different, but
>> there's a free tier too.
>>
>> https://cloud.google.com/functions/
>>
>> Brian.
>>
>> On 19-Jul-2017, at 10:19 PM, Martin Asquino  wrote:
>>
>> Hate to necro this thread but.. is this still the case today? And more
>> importantly is there any reason for nodejs not being supported in standard
>> environments? I'm not saying that *time* or *better things to do* are
>> not good enough reasons, but I mean like any technical reason for it not to
>> be availabe? Or should I expect this sometime in the future?
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengi...@googlegroups.com.
>> To post to this group, send email to google-a...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/google-appengine/43baa943-014f-4bd6-9e72-006a2b2fad10%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/ea2f2a2d-3f7b-4527-8bfd-80a13ac2c950%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CANHKq5HE5xpwBSRwEm3opf_0KagGwG5NUN8gcM1ys-u-pUQ0UQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Plans for Node.js on App Engine Standard?

2018-05-25 Thread Attila-Mihaly Balazs
If I would have to guess I would say it will work as with Python:

- you will have to install all the dependencies locally, before deployment
- the deploy will just copy your "npm_modules" to the cloud

Attila

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ea63a825-b57d-4423-b97b-e5b6705042b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Plans for Node.js on App Engine Standard?

2018-05-25 Thread jonobr1
I heard at Google IO 2018 that they would be introducing Node.js to 
AppEngine Standard Environment. Does anyone know timing for this?

https://www.infoq.com/news/2018/05/gae-node

And also.., how it works exactly? Like when it spins up an instance does it 
run npm install and some other sets of commands? Is the pricing comparable 
to the python environment? Very curious about this feature!

On Friday, July 21, 2017 at 10:45:12 AM UTC-7, Brian de Alwis wrote:
>
> Have you looked at Cloud Functions?  The pricing model is different, but 
> there's a free tier too.
>
> https://cloud.google.com/functions/
>
> Brian.
>
> On 19-Jul-2017, at 10:19 PM, Martin Asquino  > wrote:
>
> Hate to necro this thread but.. is this still the case today? And more 
> importantly is there any reason for nodejs not being supported in standard 
> environments? I'm not saying that *time* or *better things to do* are not 
> good enough reasons, but I mean like any technical reason for it not to be 
> availabe? Or should I expect this sometime in the future?
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to google-appengi...@googlegroups.com .
> To post to this group, send email to google-a...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/43baa943-014f-4bd6-9e72-006a2b2fad10%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ea2f2a2d-3f7b-4527-8bfd-80a13ac2c950%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Plans for Node.js on App Engine Standard?

2017-07-21 Thread Brian de Alwis
Have you looked at Cloud Functions?  The pricing model is different, but 
there's a free tier too.

https://cloud.google.com/functions/ 

Brian.

> On 19-Jul-2017, at 10:19 PM, Martin Asquino  wrote:
> 
> Hate to necro this thread but.. is this still the case today? And more 
> importantly is there any reason for nodejs not being supported in standard 
> environments? I'm not saying that time or better things to do are not good 
> enough reasons, but I mean like any technical reason for it not to be 
> availabe? Or should I expect this sometime in the future?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to google-appengine+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to google-appengine@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/google-appengine 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/43baa943-014f-4bd6-9e72-006a2b2fad10%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/51BC5755-B3E1-4C42-B160-ED0DB1933850%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Plans for Node.js on App Engine Standard?

2017-03-21 Thread Wilfred van der Deijl
Hi,

Does anyone know if there are any plans for Node.js on App Engine Standard? 
I do see some notes (and alpha request form) for Java8 on Standard, but I 
see no mention of Node.js.
I am aware of the Node.js support on App Engine Flex, but we would prefer 
to use Standard. Not only for some of the API's that are unique to 
standard, but mainly for the scaling down to 0 instances. This makes it 
ideal for APIs that aren't used frequently and for dev/test scenarios.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e57be7b7-e95c-43d3-aaab-938ffbe0a719%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.