README: How this software works?

Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
Yonle 2023-11-02 14:28:03 +07:00
parent bd19d934a5
commit 4ca71948c3
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Bostr # Bostr
A nostr bouncer A nostr bouncer for reducing client bandwidth.
## What is this? ## What is this?
It's a bouncer for Nostr relays It's a bouncer for Nostr relays
@ -9,9 +9,11 @@ Nostr relays is bunch of dummy servers and usually connects to more than 5-10 re
Due to it is nature to connect to more than two or three relays, This caused a issue such as mobile data bandwidth drained drastically, and similiar Due to it is nature to connect to more than two or three relays, This caused a issue such as mobile data bandwidth drained drastically, and similiar
This project serve the purpose as a bouncer to reduce client bandwidth usage. This project serve the purpose as a bouncer to reduce client bandwidth usage.
## How it works?
![How it works](img/how_it_works.png)
## Installation ## Installation
- NodeJS (+v14) - NodeJS (+v14)
- Libsqlite installed in your system - Libsqlite installed in your system

BIN
img/how_it_works.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB