Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ted-mundy/messaging-app

Telegram without the backdoor
https://github.com/ted-mundy/messaging-app

golang messaging nextjs react rust telegram

Last synced: about 23 hours ago
JSON representation

Telegram without the backdoor

Awesome Lists containing this project

README

        

# Messaging Application

Cool little project to get to terms with Rust, React, and solidify Golang knowledge.

## The architecture

```
┌───────────────────────────┐
│ │
│ Auth service │
│ (authentication validated │
│ in gateway) │
│ │
└─────────────▲─────────────┘


│ ┌───────────────────┐
│ │ │
├──────────────────────► Account service │
│ │ │
│ └───────────────────┘



┌──────────────┐ │
│ │ ┌──────┴───────┐ ┌─────────────────────┐
│ Client │ │ │ │ │
│ (Web browser ├────────────► API Gateway ├─────────────► Messaging service │
│ or CLI) │ │ │ │ w/ e2e enc. │
│ │ └──────────────┘ │ (Rust) │
└──────┬───────┘ │ │
│ └───────────┬─────────┘
│ │
│ │
│ │
│ ┌───────────────────┐ │
│ │ │ │
│ │ Notification │ │
└─────────────────► socket connection ◄───────────────────────┘
│ (golang) │
│ │
└───────────────────┘
```

# Features

- End-to-end encryption (optional, enabled by default)
- Similar to Telegram, just without the phone numbers and you register via email.
- - As a result, users will have profiles, with names, descriptions, avatars and the rest.