11 ms·
finagle-http (https://github.com/twitter/finagle/tree/master/finagle-http https://github.com/twitter/finagle/tree/master/finagle-http) provides pretty much ever
by gcampbell 14y ago
finagle-http (https://github.com/twitter/finagle/tree/master/finagle-http https://github.com/twitter/finagle/tree/master/finagle-http) provides pretty much everything you need to build an HTTP web service.
- scubaguy 14y agoBut take a look at the Finagle example from Heroku and compare it to the example from vert.x. There's a lot of boilerplate in the Finagle version because Finagle is a general purpose async service framework, which was my entire point.