https://github.com/miffle/blabotanie
Приложение для голосовых звонков
https://github.com/miffle/blabotanie
chat-app desktop-app electron react voip webrtc
Last synced: about 2 months ago
JSON representation
Приложение для голосовых звонков
- Host: GitHub
- URL: https://github.com/miffle/blabotanie
- Owner: Miffle
- License: mit
- Created: 2025-05-20T22:50:23.000Z (about 1 year ago)
- Default Branch: production
- Last Pushed: 2025-06-21T13:32:36.000Z (about 1 year ago)
- Last Synced: 2025-06-21T14:34:47.384Z (about 1 year ago)
- Topics: chat-app, desktop-app, electron, react, voip, webrtc
- Language: JavaScript
- Homepage: https://t.me/mezhuevR
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [Прочитать на русском](README.ru.md)
# Blabotanie — voice messenger
**Blabotanie** is a desktop application for communicating with friends that supports:
1. Voice Calls (WebRTC),
2. Messaging (WebSocket + STOMP),
3. Friends list and real-time requests,
4. Auto-update, auto-start, work in the tray, encryption of chats and notifications.
## Technology stack
| Client | Server | Data exchange |
|------------------|--------------------|-------------------|
| Electron (React) | Spring Boot (Java) | WebSocket (STOMP) |
| WebRTC | PostgreSQL | REST API + JWT |
----------------
## Features
1. Adding and managing friends
2. Real-time calls (WebRTC, ICE)
3. Encrypted Chat
4. Online status display
5. Auto-update via GitHub Releases
6. Auto-start and collapse to the tray
-----
## Screenshots



----------
## Installation
### Ready Release (Windows):
1. Go to Releases
2. Download the .exe file of the latest version
3. Install and launch
### For developers:
```bash
git clone https://github.com/Miffle/blabotanie.git
```
```bash
cd blabotanie
```
```bash
npm install
```
Launching the app
```bash
npm start
```
Assembling the installer
```bash
npm run dist
```
The distribution and auto-update are being prepared using electron-builder.
## Implementation features
1. STOMP/WebSocket client with authorization
2. WebRTC ICE candidates are transmitted via WebSocket
3. XSS protection in chat (escapeHTML)
4. Updates are downloaded and installed without unnecessary user involvement
## Security
1. All messages are screened before being displayed
2. ICE and STUN are used for NAT traversal, voice only (no video)