Personally I wouldn't use it, as I don't think you could offer anything better than the UA/IOLoop/RESTful API could achieve.
The RESTful API is one of the strengths of CouchDB. All languages have an http(s) user agent of some sort, so the need for a driver is pretty much obviated. A peer of mine used a Couch driver in one of his web projects in Python. It had some blocking issues though, and made a mess of his web apps response time (healthcare.gov as you noted). He ended up switching to basic Web UA, and tossing the driver out. Up to you though! Although maybe contributing to the Mojolicious core would be a better use of time! -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/groups/opt_out.
