Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 575 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 575 Bytes

Ephemeros

I made this web app to learn nodejs and javascript in genetal. It is a temporary web chat generator. You create the chat and share the link with anyone you want to talk to. No history is kept whatsoever. It is client-side encrypted using PGP. It supports multiple users although at some point if you talk to too many users at the same time, it will be toot slow to use due to the pgp encryption mechanism.

To run it locally, run node app.js. It is available on https://ephemerios.herokuapp.com.

You are free to re-use, host or modify any part of the code.