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

https://github.com/stringmanolo/pidgeon

100% anonymous messaging server/client without signup/registration (RSA-E2EE)
https://github.com/stringmanolo/pidgeon

anonymous anonymous-chat autohost ciphered-texts encrypted free inbox messaging no-signup open-source private secret secure

Last synced: about 2 months ago
JSON representation

100% anonymous messaging server/client without signup/registration (RSA-E2EE)

Awesome Lists containing this project

README

        

# pidgeon

![Pidgeon image](https://raw.githubusercontent.com/StringManolo/pidgeon/de1c0aff66b71e9a4272676f6dfb85eef227184c/img/pidgeon.webp)

Encrypted Inbox

## Official Web Client
https://stringmanolo.github.io/pidgeon/

### Public Endpoints
1. https://publicpidgeon.glitch.me/

_If you host the server.js on any endpoint, open an issue and I'll add it to the list_

#### Install
```bash
git clone https://github.com/StringManolo/pidgeon;
cd pidgeon;
npm install;
```

#### Run Server
```bash
node ./dist/server.js;
```

#### Run Terminal Client (commands)
```bash
node ./dist/client-cli.js;
```