Deploying Go on App Engine

preview_player
Показать описание
In this video, you will learn how you can quickly deploy an idiomatic Go application on App Engine standard environment using the second generation Go runtime. You will also learn about App Engine's fully managed platform that allows developers to deploy highly scalable applications without worrying about managing the underlying infrastructure.

Рекомендации по теме
Комментарии
Автор

As gophers, we are all waiting for cloud functions in go :)

MohClassic
Автор

the google cloud platform has so much documentation that is scattered and is organized in such a shitty way, it would be so cool if it wasn't thrown together by interns and organized by someone who actually cared.

jordanolson
Автор

Last I checked app engine did not support making REST calls to other services or web sockets. Is that now working in the new run time?

samstride
Автор

Focusing on what's important ~> writing Go code.

wagnervavasilva
Автор

Is vendoring a requirement? Also, I am hitting a few problems, where is the best place to log issues?

camstuart
Автор

I just spin up a server on linode and forward some ports!

matthewconnelly
Автор

"The last thing you want to do is maintain infrastructure". Nope, I know it's just cute marketing speak, but it's also completely wrong. I'm looking into Go on app engine, because it will probably fit my use case, but as we know, the answer to such questions is always "it depends".

polypus