Server: Persistent message storage in database #2
Labels
No labels
bug
Component/Client
Component/Frontend
Component/Server
duplicate
enhancement
invalid
main feature
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: binaryDiv/instantchat#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Chats should be persisted in a database. (SQLite?)
Write incoming messages to database.
When a new user joins, fetch last messages from that chat from database and send 'message' events.