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)
- Host: GitHub
- URL: https://github.com/stringmanolo/pidgeon
- Owner: StringManolo
- Created: 2023-07-14T22:46:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T10:13:13.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T17:45:01.183Z (4 months ago)
- Topics: anonymous, anonymous-chat, autohost, ciphered-texts, encrypted, free, inbox, messaging, no-signup, open-source, private, secret, secure
- Language: TypeScript
- Homepage: https://stringmanolo.github.io/pidgeon/
- Size: 7.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pidgeon

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;
```