Skip to content
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

Server but no client? #41

Open
billiegoose opened this issue Feb 25, 2017 · 0 comments
Open

Server but no client? #41

billiegoose opened this issue Feb 25, 2017 · 0 comments

Comments

@billiegoose
Copy link

I am working on a way to run traditionally server-side stacks (think 'express') in the browser and need a way to serve requests over WebRTC. It's surprisingly hard to find a generic HTTP parser/generator that operates on strings or streams instead of Node TCP sockets. And HTTP2 would be even better because of its support for multiplexing concurrent requests on the same stream, in this case the WebRTC data channel. However, I haven't found an HTTP2 client library that could sit at the other end of the stream and talk to spdy-transport, which AFAICT is just the server half of the conversation. Have you thought about that or worked on a client that I just haven't found?

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

No branches or pull requests

1 participant