DrewOsmond/chat_app

private messages backend

Opened this issue · 0 comments

We need to setup the websockets to listen for private messages, and send them directly to the frontend. We should send data that has: username, maybe id (will use ID if we ever swap over to storing messages) and the message itself.