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

https://github.com/notreeceharris/ws-p2p-comm

websocket per-to-per communication secured by multi-layer encryption.
https://github.com/notreeceharris/ws-p2p-comm

cli communication rsa websocket

Last synced: about 1 year ago
JSON representation

websocket per-to-per communication secured by multi-layer encryption.

Awesome Lists containing this project

README

          

# ws-p2p-comm-rsa

Websocket per-to-per communication secured with rsa

## Usage

```sh
# Build
npm run build

# Run
node dist/index.js --target --port --codeword

# Portable Example
npx ts-node src/index.ts --target localhost:8001 --port 8002 --codeword brownFox
```

## Diagram

![](./protocol.diagram.png)

## TODO

- [ ] Update diagram to reflect new encryption layer
- [ ] Very buggy, only works consistently on localhost.
- [ ] Native NGROK support