StringManolo / pidgeon

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

Home Page:https://stringmanolo.github.io/pidgeon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

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

https://stringmanolo.github.io/pidgeon/


Languages

Language:TypeScript 58.1%Language:HTML 41.9%