9 lines
319 B
Plaintext
9 lines
319 B
Plaintext
# Chatter gemini app
|
|
This is chatter gemini app. An application can be used for chat with several different users. The idea of the project is to have the least amount of data stored permanently.
|
|
|
|
## Requirements:
|
|
* redis -- messages
|
|
* nosql database -- permanent userdata
|
|
|
|
=> /list Message list
|
|
=> /post Post message |