Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mustafaturan/secretpeer
Peer-to-peer, end-to-end encrypted chat and file transfer web app with WebRTC
https://github.com/mustafaturan/secretpeer
aes-gcm end-to-end-encryption peer-to-peer webrtc webrtc-demo webrtc-demos
Last synced: 25 days ago
JSON representation
Peer-to-peer, end-to-end encrypted chat and file transfer web app with WebRTC
- Host: GitHub
- URL: https://github.com/mustafaturan/secretpeer
- Owner: mustafaturan
- Created: 2023-01-03T06:03:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T05:37:22.000Z (about 1 month ago)
- Last Synced: 2024-12-10T06:28:11.401Z (about 1 month ago)
- Topics: aes-gcm, end-to-end-encryption, peer-to-peer, webrtc, webrtc-demo, webrtc-demos
- Language: JavaScript
- Homepage: https://secretpeer.com/
- Size: 289 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# secretpeer
Peer-to-peer, end-to-end encrypted chat and file transfer web app with WebRTC.
This is just a weekend hobby project, please don't expect any further improvements or bug fixes.Visit [secretpeer](https://secretpeer.com/) for a demo.
## Run locally
```
chmod +x ./bundle.sh# bundle js files into 1 under public/assets/javascripts/dist
./bundle.sh# Spin up go server
PORT=8080 go run main.goopen http://localhost:8080
```