Skip to content

Web-based end-to-end encrypted multi-party chat server

License

Notifications You must be signed in to change notification settings

awnumar/ephemeral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ephemeral

Web-based end-to-end encrypted chat application.

This is an experiment and is not intended for production use. No guarantees of security are given.

Instructions

  1. Install dependencies.
make install
  1. Build web-app files.
make build
  1. Launch the service.
make run

Once step 1 has been run once, subsequent runs may simply call:

make

which will automatically execute steps 2 and 3. Step 1 does not have to be repeated unless make clean is run.

By default the service runs on port 8080, so navigate to http://127.0.0.1:8080.

Web-app

To launch the frontend web-app independently of the server, see the README.md file within the web-app directory.

About

Web-based end-to-end encrypted multi-party chat server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published