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