<p>I've been looking for an API gateway solution (or just a proxy) in #golang that offers middleware support like Vulcand does ( <a href="http://vulcand.github.io/" rel="nofollow">http://vulcand.github.io/</a> ), are there any other options there?</p>
<p>Vulcand doesn't very much alive right now.</p>
<hr/>**评论:**<br/><br/>bketelsen: <pre><p>Kong does all of this very nicely. getkong.org</p></pre>whizack: <pre><p><a href="https://caddyserver.com/" rel="nofollow">caddy</a> has plugin support, but without knowing your specific scenario, I'd say it's the most flexible option.</p></pre>mauriciolinhares: <pre><p>The ideal solution would be something that allows me to easily route requests based on host/path to specific servers on the backend, allows for easy embedding and offers a middleware stack that I can hook into. Kind of like Netflix's Zuul ( <a href="https://github.com/Netflix/zuul" rel="nofollow">https://github.com/Netflix/zuul</a> ) but in go :D</p></pre>luckyleprechaun98: <pre><p>Caddy is probably what you want. Traefik looks interesting but I haven't tried it yet. </p></pre>billgao: <pre><p>Tyk: <a href="https://github.com/TykTechnologies/tyk" rel="nofollow">https://github.com/TykTechnologies/tyk</a> , I hope that it will help you :)</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传