Add some philosophy

This commit is contained in:
George 2021-04-25 19:25:16 +03:00 committed by GitHub
parent 7d939d3e95
commit f2c006928a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ A decentralized chat over [Freenet](https://freenetproject.org).
1. Clone [this](https://github.com/hole-chat/core) repo
2. Launch core (`cargo run`)
3. Install and launch client (for example [rabbit-hole](https://github.com/hole-chat/rabbit-hole))
----
## About frontend clients 🖌️
The purpose of "hole project" is to write independend frontend clients for each platform, because, **app cannot be good for one particular platform if it's multiplatform.**
As a hole-core is just a logic part, which should be multiplatform, **frontend shouldn't**, And I urge you to help and write "rabbit-hole for android" or "rabbit-hole-gtk", etc...
----
# TODO ☑️
- [x] Basic sending and receiving messages 💌