7 lines
362 B
Plaintext
7 lines
362 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. This project uses sqlite in-memory database to store messages which means every time you reload it you lose all data.
|
|
|
|
|
|
=> /list Message list
|
|
=> /post Post message |