<div dir="ltr">Express is by far better than Sinatra on its own, but Grape swings things back to Ruby in my opinion - being able to annotate your API with allowed parameters and return values is really powerful, especially combined with grape-swagger which will generate API documentation from those annotations, while Grape itself makes use of them to validate incoming data.</div><br><div class="gmail_quote"><div dir="ltr">On Thu, 14 Jul 2016 at 14:07 Sleepyfox <<a href="mailto:sleepyfox@gmail.com">sleepyfox@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 14 July 2016 at 13:36, Rob Isenberg <<a href="mailto:robisenberg@me.com" target="_blank">robisenberg@me.com</a>> wrote:<br>
>> Also, if you’re experienced with Docker, I’d love to hear from you with any tips/secrets/best practices for using it with Ruby apps/Microservices in either dev or prod environments (or both). You can reply here, or email me directly at <a href="mailto:robisenberg@me.com" target="_blank">robisenberg@me.com</a>.<br>
<br>
Having developed Docker Microservices in both Ruby and Node, I prefer<br>
Node - mostly because Express > Sinatra (leader/follower<br>
relationship?). Also, it seems the Node community was leading the<br>
charge on Microservices from the beginning, much of the Ruby community<br>
still seems to be obsessed with Rails...<br>
<br>
@sleepyfox<br>
_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org" target="_blank">Chat@lists.lrug.org</a><br>
Archives: <a href="http://lists.lrug.org/pipermail/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/pipermail/chat-lrug.org</a><br>
Manage your subscription: <a href="http://lists.lrug.org/options.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/options.cgi/chat-lrug.org</a><br>
List info: <a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" rel="noreferrer" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
</blockquote></div>