Giter Club home page Giter Club logo

cacophoney's Introduction

Cacophoney

A chat application that has all the features of Discord, but decentralized and more private. This repository is for a cacophoney node, which communicates with clients.

Features

These are the features that will be added or currently existing:

  • Base application

  • Terminal GUI (Sort of done)

  • HTTP/WebSockets proxy to allow browsers to connect

  • WebRTC support for voice calling

  • File upload support

  • Client side application

    • Tauri/Svelte GUI
    • Basic Messaging functionality
    • Group chat support
    • "Server" or "Guild" support (similar to existing Discord servers)

How it works (communication protocl)

sequenceDiagram
  participant Bob
  participant Node
  participant Alice

  Bob->>Node: {identify: {public_key: 0x8327bbba, sig: 0x8292}}
  Node->>Bob: {accepted: true}
  Bob->>Node: {communication_request:{public_key:0x7872872}}
  Bob-->>+Node: Hello!
  Node-->>+Alice: Hello!
  Note left of Bob: Bob identifies themself with their public key to the node.
  Note left of Bob: Node accepts as the signature is valid.
  Note left of Bob: Bob requests to communicate with Alice's public key.
  Note over Alice,Bob: Bob can now communicate with Alice, with the node as a middleman.
Loading

License

This work is licensed under the Apache 2.0 or MIT license at your option.

cacophoney's People

Contributors

bluheir avatar

Stargazers

 avatar

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.