Skip to content

Comment on Ask HN: Interesting WebRTC projects to work on?

Comments

Using WebRTC datachannels for p2p networking in games is challenging and fun.

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.