add basic app
This commit is contained in:
9
Chatter/static/index.gmi
Normal file
9
Chatter/static/index.gmi
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user