<p>Is there any application/container for golang apps that would work similarly to Tomcat, where I can upload a binary file and it would automatically start the app with given path/port? </p>
<p>If now how else do you guys deploy a few microservices written in Golang? Docker?</p>
<hr/>**评论:**<br/><br/>zxo0oxz: <pre><p>The whole application server thing is more of a java quirk. I don't have a solution for you that is as "effortless" as the java approach, and nothing for go is going to be nearly as tightly integrated unless you developed your own tools/standards for this sort of thing. Overall though, I'd say docker is simple enough and hits the mark for networking between microservices.</p></pre>no_bd: <pre><p>Go applications are just binaries, you dont need a runtime like Java or .Net. If you want a microservice architecture i would suggest Docker</p></pre>rossmohax: <pre><p>There are few Go serverless frameworks around, I guess it is closest you can get. Not sure how mature/stable they are though</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传