-
Notifications
You must be signed in to change notification settings - Fork 13
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
http2 #4
Comments
Hi, we are going to implement transport that will allow mount Mole RPC Server to express.js endpoint (as middleware). In this case, you can run express on top of http2 |
any solution for the client? |
client transport will be built on top of "fetch" (isomorphic-fetch). So, in browser it will support http2 but in nodejs, I am not sure that node-fetch uses http2. In case it is rather easy to add extra client transport built on top of node "http2" module |
Awesome. Thanks, wasn't aware browser |
was looking at mole rpc love the different transports provided and the examples provided with the transports look pretty simple and nice compared to some of the other json rpc libraries I looked at but I don't see an http transport listed here: did the express.js transport mentioned above never get implemented? |
any plans to support http2 as a transport?
The text was updated successfully, but these errors were encountered: