UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
0 stars 0 forks source link

Initial WebSocket infrastructure and API endpoints for messaging #93

Closed Scott-Kenning closed 2 months ago

Scott-Kenning commented 4 months ago

Feature Description

This is the initial ticket for the messaging functionality. It includes installing and setting up Socket.IO, and creating endpoints to retrieve messages, create a new connection, and get message threads

Problem You're Trying to Solve

Users must be able to message each other

Related External Resources

section 4.4.1 Socket.IO getting started docs