Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

[BLOCKED BY #433] App: Sending messages in chat rooms #434

Open shashankanandkannan opened 3 years ago

shashankanandkannan commented 3 years ago

Blocked by #433, sort of soft-blocks #435 (ticket 435 involves websockets too, so it would be nice to have example code and design patterns established from this ticket before doing it)

Implement the ability to send messages between clients. When a user presses the send button, a new message object should be created in the DB (via the API) and it should show up on the recipient's device in real-time.