Ask HN: Interesting WebRTC projects to work on?
I'm attending a self directed learning programming school this summer and I'm focusing on WebRTC. I've already have an app idea to work on but I'm also interested projects related to the infrastructure (like peerjs or webTorrent). Any advice? Thanks HN.
11 comments
[ 4.4 ms ] story [ 36.9 ms ] threadhttps://play.google.com/store/apps/details?id=com.airboss.ai...
It's far from perfect and has some obvious shortcomings but it works reasonably well with low latency.
https://github.com/nplab/WebRTC-Data-Channel-Playground
Speedtest for example
https://docs.services.mozilla.com/loop/
I am personally using it for networking in a WebVR side project (which is far from finished), where the challenges are the differences between clocks, interpolating between received positions, and more. You can try the current version here http://guido.io/WebMetaverse/ (open it multiple browsers and observe).
I ended up implementing a signalling server (in Elixir) and client, which made me understand much more of what is going on under the hood.