TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Interesting WebRTC projects to work on?

6 pointsby joshuxabout 10 years ago
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.

7 comments

sammanabout 10 years ago
&quot;Loop server allows firefox users to call each others via WebRTC. It is a rendezvous API built on top of an external service provider for NAT traversal and supplementary services.&quot;<p><a href="https:&#x2F;&#x2F;docs.services.mozilla.com&#x2F;loop&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.services.mozilla.com&#x2F;loop&#x2F;</a>
captn3m0about 10 years ago
The webp2p mailing list is doing some interesting stuff about creating P2P apps using webrtc: <a href="http:&#x2F;&#x2F;joincollage.com&#x2F;webp2p" rel="nofollow">http:&#x2F;&#x2F;joincollage.com&#x2F;webp2p</a> (The site is now down, but the mailing list is somewhat active).
protoductionabout 10 years ago
Using WebRTC datachannels for p2p networking in games is challenging and fun.<p>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 <a href="http:&#x2F;&#x2F;guido.io&#x2F;WebMetaverse&#x2F;" rel="nofollow">http:&#x2F;&#x2F;guido.io&#x2F;WebMetaverse&#x2F;</a> (open it multiple browsers and observe).<p>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.
uvinceabout 10 years ago
Fountain <a href="https:&#x2F;&#x2F;www.fountain.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fountain.com&#x2F;</a> is one of the more compelling uses of WebRTC I&#x27;ve seen. You can get help from experts on a variety of topics with audio, video, etc. <a href="https:&#x2F;&#x2F;www.fountain.com&#x2F;experts" rel="nofollow">https:&#x2F;&#x2F;www.fountain.com&#x2F;experts</a> this should give you plenty of ideas.
weinrankabout 10 years ago
Have a look at this repo<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nplab&#x2F;WebRTC-Data-Channel-Playground" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nplab&#x2F;WebRTC-Data-Channel-Playground</a><p>Speedtest for example
fpvracingabout 10 years ago
What are some good resources for learning about WebRTC? I&#x27;d like to figure out how we could use it to stream video from a quadcopter to our website and&#x2F;or a mobile app.
评论 #9635163 未加载
dicroceabout 10 years ago
WebRTC based BBS software. :)