wohali opened a new issue #1497: HTTP/2 Support URL: https://github.com/apache/couchdb/issues/1497 @janl: > - cowboy > - needs fabric / couch_httpd refactor > - would obviate the need for WebSockets >I think this is an obvious first next step. Our HTTP Layer needs work, our existing HTTP server library is not getting HTTP2 support, it’s time to attack this head-first. I’m imagining a [Cowboy](https://github.com/ninenines/cowboy)-based HTTP layer that calls into a unified internals layer and everything will be rose-golden. HTTP2 support for Cowboy is still in progress. Maybe we can help them along, or we focus on the internals refactor first and drop Cowboy in later (not sure how feasible this approach is, but we’ll figure this out. > >In my head, we focus on this and call the result 3.0 in 6-12 months. That doesn’t mean we *only* do this, but this will be the focus (more on this later). > >There are a few fun considerations, mainly of the “avoid Python 2/3-chasm”-type. > > - Do we re-implement the 2.0 API with all its idiosyncrasies, or do we take the opportunity to clean things up while we are at it? > - If yes, how and how long do we support the then old API? > - Do we manage this via different ports? > - If yes, how can this me made to work for hosting services like Cloudant? Etc. etc. > >For the HTTP API upgrades, we should look at this as a step in refactoring the logic quite a bit and working for clean interfaces internally. If we include that as part of the work then having HTTP/HTTP2/WebSockets/Whatevers interfaces available would become much easier. This then enables follow on features like replication over WebSockets or even easier integration work as Koco suggests. I also agree that this is probably our highest priority major feature.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
