2023-12-06 08:53:37 +00:00
# KevaChat Web Application
2023-12-06 08:45:50 +00:00
2023-12-06 08:57:40 +00:00
KevaChat is distributed web chat platform for open, uncensored and privacy respectable communication with permanent database storage in blockchain.
2023-12-06 08:45:50 +00:00
2023-12-06 20:15:11 +00:00
![KevaChat ](https://github.com/kevachat/webapp/assets/108541346/9b286719-eafe-443f-a6e3-4b4927edde96 )
2023-12-06 08:47:42 +00:00
2023-12-06 08:53:37 +00:00
## Tech
2023-12-06 20:16:19 +00:00
Instance require connection to the [Kevacoin ](https://github.com/kevacoin-project/ ) wallet, `memcached` server and [Symfony ](https://github.com/symfony/symfony ) for web interface.
2023-12-06 08:45:50 +00:00
## Model
2023-12-06 08:53:37 +00:00
KevaChat following open wallet model, where community boost shared ballance for talks.
2023-12-06 08:45:50 +00:00
Administrators have flexible settings of access levels explained in the `.env` file: read-only rooms, connection and post limits, etc.
## Communication
Everyone able to join the chat, post messages as ghosty or sign ownership by IP. Also users can explore remote rooms by namespaces if option enabled.
Basic social features like identicons, replies, mentions, RSS subscriptions etc are supported.
## Protocol
KevaChat protocol following native Kevacoin's `key` /`value` model, where `key` - is the `timestamp@username` and `value` - is message.
All messages related to their room `namespaces` .
## Contribution
2023-12-06 08:56:27 +00:00
Project created from people and for people, feel free to use it for your own needs, join the development or make your feedback!