Skip to content

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

Notifications You must be signed in to change notification settings

StringManolo/pidgeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;