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

webRTC support / UDP #14

Open
fyyyyy opened this issue Jul 27, 2015 · 2 comments
Open

webRTC support / UDP #14

fyyyyy opened this issue Jul 27, 2015 · 2 comments

Comments

@fyyyyy
Copy link

fyyyyy commented Jul 27, 2015

Hello

My understanding is that websockets run over TCP, therefore being much slower than webRTC which supports the UDP protocol.
Typically realtime games use the UDP protocol instead of TCP, is there a chance to make this work in this library ?

Thanks

@fyyyyy fyyyyy changed the title webRTC support webRTC support / UDP Jul 27, 2015
@zuker
Copy link

zuker commented Oct 12, 2015

Hi!

I think this project can easily be implemented with webRTC. If you're interested you can take a look at this project: https://github.com/zuker/webrtc_multiplayer_demo

Thanks!

@onedayitwillmake
Copy link
Owner

@fyyyyy you are completely correct.
However, there are currently no plans to modify the project to support WebRTC.

The project uses Socket.io because it's easier to get up and running with, but i would be happy to open a PR to use something else

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

No branches or pull requests

3 participants