An open-source simple, secure, anonymous, encrypted chat. All encryption is done on the client-side so no messages can be intercepted or decrypted even if the web server is comprimised.
Utilizes a MEAN stack.
npm install
grunt
This will fire up a server and monitor for changes to the server-side files.
grunt test-unit
This will run all unit tests and compile a coverage report both in the console and in further detail in the coverage folder.