Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enixcoda/chamber
👥 Multi-person private P2P video chat & screen sharing on Web
https://github.com/enixcoda/chamber
chat video webrtc
Last synced: 17 days ago
JSON representation
👥 Multi-person private P2P video chat & screen sharing on Web
- Host: GitHub
- URL: https://github.com/enixcoda/chamber
- Owner: EnixCoda
- Created: 2020-03-30T05:53:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T12:22:32.000Z (about 2 years ago)
- Last Synced: 2024-11-19T20:46:43.906Z (3 months ago)
- Topics: chat, video, webrtc
- Language: TypeScript
- Homepage: https://chamber.enix.one
- Size: 2.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Chamber
Multi person P2P chat room on Web.
## Features
- Instant share messages, video, audio and even screen recording
- Share between multiple users
- Sharing data are sent to peers privately, not through servers
- You can setup your own signaling server to obtain full privacy## Signaling Server
Chamber is based on WebRTC, which needs a signaling server to let users find each other and start private P2P chat. Chat traffics are send directly between users, won't be sent to the signaling servers.
The [default signaling server](https://tkrw7.sse.codesandbox.io/) is hosted on [CodeSandbox](https://codesandbox.io/s/github/EnixCoda/chamber).
You can fork to deploy your own signaling server on CodeSandbox for extra safety needs.