-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are you planning to support http2? #86
Comments
Hey, I have been thinking about supporting the current request-response idea also over http2. I don't have a professional use for it at the moment so not much time for the implementation. As always, I'm happy to accept a patch. |
Hi I have been looking into servers that support HTTP 2.0. I may have a use for them in the coming months. Has there been any advance since 2015 considering doing this? |
I think realistically I'm not going to work on it anytime soon. I don't
have a use case at work, so it's difficult to find the time.
Just out of curiosity, what is your use case?
…On Thu, Feb 16, 2017 at 2:23 PM, Peter Saxton ***@***.***> wrote:
Hi I have been looking into servers that support HTTP 2.0. I may have a
use for them in the coming months. Has there been any advance since 2015
considering doing this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#86 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAWPxNQkjzfx2xjQxOUI8hfan-PYhJwiks5rdFvZgaJpZM4DhLwT>
.
|
We have a command/query separation at the API level and would like to use ServerSentEvents for the updates on the query side. HTTP/2 would make things more efficient when using this pattern instead of websockets. |
I have https://github.com/tsloughter/elna that I want to develop into a http 1.1 and 2.0 server based on elli and chatterbox. It is in need of the common interface they can share so you can write 1 handler that works with both. This will be a new iteration of https://github.com/elli-lib/elli_chatterbox.git |
Just curious, are you planning to support http2 in elli?
The text was updated successfully, but these errors were encountered: