animalillo / subrosa-client

Secure, end to end encrypted messaging, voice and video chats.

Home Page:https://subrosa.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subrosa-client

Secure, end to end encrypted messaging, voice and video chats. Learn more

You can access the hosted version of Subrosa here: https://subrosa.io/app/

usage

  1. Clone this repository somewhere safe
  2. Open src/index.html in your browser (or use a local http server)

Optional: To protect against any undiscovered XSS / code injection attacks, set up your http server to pass a 'Content-Security-Policy' header:

default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self'; connect-src 'self' ws://yourhostname http://yourhostname

Replace yourhostname.

Subrosa's server is also open source. Run your own network.

build

  1. Install nodejs and npm
  2. Clone subrosa-client
  3. $ npm install
  4. $ npm run-script build or $ gulp build if you have gulp.

About

Secure, end to end encrypted messaging, voice and video chats.

https://subrosa.io

License:Other


Languages

Language:JavaScript 58.9%Language:CSS 29.7%Language:HTML 11.3%