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.

SimpleWebRTC.js

75 pointsby julienabout 12 years ago

9 comments

silverlightabout 12 years ago
I'm confused as to why they didn't release a signaling server as well. Most servers I've seen for this are just simple WebSocket relays. Are they expecting to charge you to help implement the server? Or did they just think it was too complicated for developers to set up?
评论 #5320005 未加载
pfrazeabout 12 years ago
looks great. Also want to point out <a href="https://github.com/peers/peerjs" rel="nofollow">https://github.com/peers/peerjs</a>, which is focused on the data-channel part of WebRTC
kevincennisabout 12 years ago
This looks awesome.<p>Does anyone have recommendations for a Node module that'll do WebRTC? I've looked at a few, but would love to get opinions from actual humans who've used them.
评论 #5320011 未加载
rudasnabout 12 years ago
Cool stuff!<p>I used another lib [1] to create something very similar [2] last weekend. I needed an excuse to play around with node.js/express/socket.io and couldn't resist after I saw the WebRTC Chrome/Firefox demo.<p>[1] <a href="https://github.com/wearefractal/holla/" rel="nofollow">https://github.com/wearefractal/holla/</a> [2] <a href="http://videochatrtc.jit.su/room/HN" rel="nofollow">http://videochatrtc.jit.su/room/HN</a>
freefranciscoabout 12 years ago
I tried to run the example but it's not finding simplewebrtc.com/latest.js Anybody got the example to run? Will it work with the latest chrome or only the nightly?
vitnoabout 12 years ago
webrtc.io <a href="https://github.com/webRTC/webRTC.io" rel="nofollow">https://github.com/webRTC/webRTC.io</a>
davidwabout 12 years ago
I'm curious when Android's Chrome will support this stuff.
mehrzadabout 12 years ago
It should work in Firefox Aurora as well, IIRC.
评论 #5319903 未加载
hnwhabout 12 years ago
whats an example of a signaling server that could be used with something like this?
评论 #5320762 未加载
评论 #5321057 未加载
评论 #5319437 未加载