Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antzymo/webrtc-chat
https://github.com/antzymo/webrtc-chat
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antzymo/webrtc-chat
- Owner: AntzyMo
- License: mit
- Created: 2023-07-26T09:46:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T01:09:32.000Z (over 1 year ago)
- Last Synced: 2023-08-11T09:27:15.712Z (over 1 year ago)
- Language: TypeScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webRtc-chat
需要运行这个进行wocket.io的代理
```
local-ssl-proxy --source 3000 --target 3001
```
还需要给chrome浏览器属性里面加上
```
--ignore-certificate-errors
```