Coder Social home page Coder Social logo

d3ah / emberclear Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nullvoxpopuli/emberclear

0.0 1.0 0.0 7.57 MB

Encrypted Chat. No History. No Logs.

Home Page: https://emberclear.io

License: GNU General Public License v3.0

JavaScript 6.88% HTML 11.64% TypeScript 74.18% CSS 5.76% Shell 1.30% Dockerfile 0.24%

emberclear's Introduction

emberclear is published at: https://emberclear.io and can be run locally with docker via

docker run -d -p 4201:80 nullvoxpopuli/emberclear

and then can be visited at http://localhost:4201.

Project Directory

Tests Quality Deploy

coverage report Maintainability bundle analysis

Build Status Crowdin BrowserStack Status This project is using Percy.io for visual regression testing.

Another Chat App?

Yes, there is a lack of trust that manifests when existing chat apps are closed source and centralized. Emberclear, by design, is trustless -- meaning that, while there is a server component, the server knows nothing more than your "public key". The server(s) are also meant to be a hot-swappable member of a mesh network, so no one implementation matters, as long as the same protcol is used.

Here is a table of detailing out some differences between emberclear and other chat apps:

Development

git submodule update --init --recursive
cd packages/frontend && yarn start:dev

Written in ember for demonstration of

  • progressive web apps
  • service workers
  • websockets
  • typescript
  • all the modern features / best practices of ember

Debugging

Module Resolution:

// shows all detected services
Object.keys(window.requirejs.entries).filter(b => b.includes("service"))

File Watch Problems?

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Special Thanks

  • Cross-Browser / Cross-Platform Testing and Automation

License

GNU General Public License version 3

emberclear's People

Watchers

 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.