kyren / webrtc-unreliable

Just enough hacks to get unreliable unordered WebRTC data channels between a browser and a server
Other
394 stars 29 forks source link

Add more examples? (actix-web, std-async) #14

Open IronOxidizer opened 3 years ago

IronOxidizer commented 3 years ago

Are you accepting PRs for more examples? I think having one using actix-web would be beneficial.

I created such an example here: https://github.com/IronOxidizer/serverless-webrtc-rust

kyren commented 3 years ago

Yeah I should be accepting PRs for examples but I've just been very very busy lately. I'm sorry it took me so long to respond.

I'm at least going to steal your idea of getting rid of the external STUN server, I wasn't aware that it worked without it!

IronOxidizer commented 3 years ago

No worries. I'll see if I can get a PR in by the end of the week and close up this issue.

Awesome project btw, very useful.

strarsis commented 3 years ago

@IronOxidizer: Any chances this can be still added?