V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
tsuibin
V2EX  ›  程序员

有无支持go语言的免费云服务?

  •  
  •   tsuibin ·
    tsuibin · 2014-01-15 13:56:42 +08:00 via Android · 7064 次点击
    这是一个创建于 3752 天前的主题,其中的信息可能已经有所发展或是发生改变。
    如题,国内能访问的go语言免费云有么?
    15 条回复    2016-06-30 13:15:08 +08:00
    est
        1
    est  
       2014-01-15 14:01:01 +08:00
    GAE
    Muninn
        2
    Muninn  
       2014-01-15 14:09:56 +08:00   ❤️ 1
    这个能字
    要看有多曲折
    horsley
        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 (带尾巴,不喜请注意避让)
    tsuibin
        4
    tsuibin  
    OP
       2014-01-15 15:51:30 +08:00
    @horsley demo无法访问
    tsuibin
        5
    tsuibin  
    OP
       2014-01-15 15:51:56 +08:00
    @Muninn 普通用户可无障碍访问
    horsley
        6
    horsley  
       2014-01-15 15:58:30 +08:00
    @tsuibin 部分地区抽风
    suriv520
        7
    suriv520  
       2014-01-15 16:12:13 +08:00
    Go语言编译之后,就是一个标准的executable binary了,需要一套标准的系统环境作为支撑(各种lib、动态库等)。

    从这点来讲,基本上你只能用操作系统虚拟(VPS)了。

    但近来也出现了不少APP运行环境的虚拟,比如Docker,Linux容器虚拟。

    但说实话真不如整个VPS玩玩。
    Muninn
        8
    Muninn  
       2014-01-15 18:59:35 +08:00   ❤️ 1
    @tsuibin
    我的意思是GAE完全可以使用反向代理让用户访问没有障碍而且很快
    但是是你自己曲折
    所以理论上能
    yeelone
        9
    yeelone  
       2014-01-15 19:03:22 +08:00
    nitrous.io 算不错的了
    satnosun
        10
    satnosun  
       2014-01-15 19:37:59 +08:00
    @tsuibin 用https试试
    gully
        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
    dndx
        13
    dndx  
       2014-02-20 14:29:36 +08:00
    @est GAE 好是好,就是太 TM 贵了,真心用不起。
    qwe542398
        14
    qwe542398  
       2014-10-02 15:18:51 +08:00
    @horsley openshift怎么goget?
    julor
        15
    julor  
       2016-06-30 13:15:08 +08:00 via Android
    我在 bae 上直接用 nodejs 环境跑 golang 可执行文件。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2884 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 15:28 · PVG 23:28 · LAX 08:28 · JFK 11:28
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.