/pidgeon

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

Primary LanguageTypeScript

pidgeon

Pidgeon image

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

git clone https://github.com/StringManolo/pidgeon;
cd pidgeon;
npm install;

Run Server

node ./dist/server.js;

Run Terminal Client (commands)

node ./dist/client-cli.js;