Giter Site home page Giter Site logo

sergeisafrigin / subrosa-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from subrosa-io/subrosa-client

0.0 2.0 0.0 2.94 MB

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

Home Page: https://subrosa.io

License: Other

JavaScript 58.92% CSS 29.75% HTML 11.33%

subrosa-client's Introduction

subrosa-client

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

discontinued

Unfortunately Subrosa is no longer maintained. Privacy is still inherent and critical to human communication, but there are many other projects working on the same goal. We recommend Open Whisper System's Signal as an alternative. The source code for the client and server is archived on GitHub.

Thank you for all your support. I hope Subrosa was useful :) -ixro

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.

subrosa-client's People

Contributors

ixro avatar missyyyyyyy avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.