- 实现 Learning WebRTC 中的简单服务器与客户端。
- 在
http模式下启动Chrome需要额外命令:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/tmp/foo --unsafely-treat-insecure-origin-as-secure=http://10.108.113.238:8080
- 扩展自 廖雪峰的Node.js教程中的聊天室,集成了简易WebRTC
- 集成了自签名https、mysql数据库
示例如下:
