1
est Jan 15, 2014
GAE
|
2
Muninn Jan 15, 2014 这个能字
要看有多曲折 |
3
horsley Jan 15, 2014 至少下面两个是我用过的
openshift 官网 https://www.openshift.com/ 我的demo: http://golang-horsley.rhcloud.com/ nitrous.io 官网 https://www.nitrous.io/join/R3YGiyAg_TY (带尾巴,不喜请注意避让) |
7
suriv520 Jan 15, 2014
Go语言编译之后,就是一个标准的executable binary了,需要一套标准的系统环境作为支撑(各种lib、动态库等)。
从这点来讲,基本上你只能用操作系统虚拟(VPS)了。 但近来也出现了不少APP运行环境的虚拟,比如Docker,Linux容器虚拟。 但说实话真不如整个VPS玩玩。 |
9
inyfee Jan 15, 2014
nitrous.io 算不错的了
|
11
timothyye Jan 15, 2014
|
12
gully Jan 24, 2014
koding.com 速度还不错
首先 'sudo apt-get install golang" go例子 https://gist.github.com/deepgully/8597490 主要是先用'sudo service apache2 stop' 把默认80端口的apache2停掉 最后启动go程序的时候要用sudo |
15
julor Jun 30, 2016 via Android
我在 bae 上直接用 nodejs 环境跑 golang 可执行文件。
|