Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(messaging): Implement WebSocket or Server-Sent Events (SSE) for real-time communication #35

Open
2 tasks
Tracked by #16
LinnJS opened this issue Dec 8, 2024 · 0 comments
Open
2 tasks
Tracked by #16
Labels
feature New feature addition that was not pre-existing

Comments

@LinnJS
Copy link
Member

LinnJS commented Dec 8, 2024

Description

Set up a real-time communication layer using WebSocket or SSE for mentor-mentee messaging.

Epic: https://github.com/orgs/TampaDevs/projects/7/views/1?pane=issue&itemId=90108532&issue=TampaDevs%7Cmentorship.tampa.dev%7C16

User Story

  • As a mentee, I want to receive messages instantly so that I can collaborate seamlessly with my mentor.
  • As a mentor, I want reliable real-time communication so that I can respond to mentees without delays.

Acceptance Criteria

  • Real-time communication is implemented using WebSocket or SSE.
  • The system is scalable and supports multiple active connections.
@LinnJS LinnJS changed the title feat(messaging): Implement WebSocket or Server-Sent Events (SSE) for real-time communication. feat(messaging): Implement WebSocket or Server-Sent Events (SSE) for real-time communication Dec 8, 2024
@LinnJS LinnJS added the feature New feature addition that was not pre-existing label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature addition that was not pre-existing
Projects
None yet
Development

No branches or pull requests

1 participant