lemunozm / message-io

Fast and easy-to-use event-driven network library.
Apache License 2.0
1.11k stars 74 forks source link

Add a WebRTC adapter #52

Open lemunozm opened 3 years ago

lemunozm commented 3 years ago

In order to complete the web support it is needed to add a WebRTC adapter.

The list of candidates are:

The only requirement is that the library allows using non-blocking with mio support.

entropylost commented 3 years ago

I would also like webrtc for p2p games.

entropylost commented 3 years ago

Also I think the webrtc crate seems to be a server-side implementation of webrtc, not bindings to one for the web, so maybe both are necessary?

lemunozm commented 3 years ago

Hi @iMplode-nZ,

I do not know webRTC in-depth, so for this feature, I will need some help from contributors or make time to analyze how it works before.

At this moment I can not answer your question with some "veracity", sorry :(

entropylost commented 3 years ago

Edit: Turns out I don't need webrtc.