TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Interesting WebRTC projects to work on?

6 点作者 joshux将近 10 年前
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 条评论

samman将近 10 年前
&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>
captn3m0将近 10 年前
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).
protoduction将近 10 年前
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.
uvince将近 10 年前
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.
weinrank将近 10 年前
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
fpvracing将近 10 年前
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 未加载
dicroce将近 10 年前
WebRTC based BBS software. :)