-
Notifications
You must be signed in to change notification settings - Fork 58
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
GRPC over WebRTC using WASM #10
Comments
Yes, I have plans to finish the WebRTC for WASM as soon as synchronous callbacks CL is merged. Similar to the WebSocket API in this project, I planned to expose a single API that will use the project you mentioned on the host, and JS implementation in the browser (using build tags). So definitely worth exploring :) |
wow thats an amazing co-incidence. Sort of on the same path ! Yep thats exactly the approch i was thinking with the golang webrtc on the server. |
Do you have a sample of using pion-webrtc on the server and grow on the client? |
I think it was nice as an experiment for this package, but |
there is a pure webrtc golang impl here:https://github.com/pions/webrtc
SO i was thinking its maybe possible to do GRPC over Webrtc.
This could then allow p2p style architecture.
it woudl be usable for server to server and server to browser, Or server to desktop client.
So sort of one network transport for everything and GRPC for everything.
what do you think ? I am not sure it will work but its a metetr of trying i suspect.
BTW was very easy to get going and everything works immediatly.
I make it all into a Makefile so no reliance on bash files:
The text was updated successfully, but these errors were encountered: