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

[text-channels] Implement WebSocket API for real-time text channel messaging (Backend) #29

Open
6 tasks
TheFourthKaramazov opened this issue Feb 11, 2025 · 0 comments
Assignees
Milestone

Comments

@TheFourthKaramazov
Copy link
Owner

User Story (Backend)

As a user, I want my messages to be sent and received in a text channel in real time.

Description

The backend should handle WebSocket connections to allow real-time messaging in channels.

Tasks (Backend - FastAPI, WebSockets, SQLite/PostgreSQL)

  • Create a WebSocket endpoint for text channel messaging.
  • Store messages in the database with sender and channel details.
  • Broadcast messages to all users in the channel.

Acceptance Criteria

  • Messages are stored with sender and channel details.
  • Messages are broadcasted in real time to all users in the channel.
  • Users in the channel see new messages instantly.

Priority

High

Labels

  • backend
  • text-channels
  • real-time
  • core-feature
@TheFourthKaramazov TheFourthKaramazov added this to the Second Sprint milestone Feb 11, 2025
@Shredsauce Shredsauce self-assigned this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants