您的位置:首页 > 其它

webRTC学习笔记之有用的链接

2015-03-17 19:09 267 查看
官网:

http://www.webrtc.org/

官方博客:

Getting Started with WebRTC

http://www.html5rocks.com/en/tutorials/webrtc/basics/

WebRTC in the real world: STUN, TURN and signaling

http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/

官方博客推荐的的一个例子:

https://bitbucket.org/webrtc/codelab

webrtc中文论坛:

http://www.webrtcbbs.com/forum.php

某个牛人的博客:

/article/4994059.html

socket.io学习笔记:

https://www.zybuluo.com/bornkiller/note/6163

socket.io实现的一个聊天室:

http://blog.fens.me/nodejs-socketio-chat/

node.js教程:

http://www.w3cschool.cc/nodejs/nodejs-tutorial.html

这哥们下了webRTC的源码:

/article/8353461.html

官方博客上推荐的一个stun/turn的server

rfc5766-turn-server

https://code.google.com/p/rfc5766-turn-server/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: