Are there any other API gateways with middleware support other than vulcand?

blov · · 615 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>I&#39;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&#39;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&#39;d say it&#39;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&#39;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&#39;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

615 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传