Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Push requests #10

Open
splitice opened this issue Jul 20, 2018 · 2 comments
Open

Push requests #10

splitice opened this issue Jul 20, 2018 · 2 comments

Comments

@splitice
Copy link

We are currently looking for a UDP protocol capable of server side initialized sessions (i.e server push). I know HTTP/2 that runs on QUIC supports this, so QUIC must be capable of it too.

Googles quic documentation states "Streams can be created either by the client or the server". Currently I can't see this implemented with this library. Could it be?

@zensh
Copy link
Member

zensh commented Jul 20, 2018

session.request()
The project is working in progress 🙂

@splitice
Copy link
Author

splitice commented Jul 20, 2018

Thanks for your quick reply, ah I see the flow now.

I've skimmed your code and it looks like you have all the parts that make up a unencrypted quic implementation (Good Job!). I'll be testing both this and the other nodejs QUIC implementation quicker. It's only for a prototype at this stage to see if a protocol like this will provide benefits.

Would I be correct to assume this project 'basically' works?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants