Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.go

open http://localhost:8080
```