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: Ability to send text messages between one connected user to another #3

Open
Meghajit opened this issue Jul 2, 2022 · 0 comments
Assignees

Comments

@Meghajit
Copy link
Owner

Meghajit commented Jul 2, 2022

ACCEPTANCE CRITERIA:

GIVEN 2 users Alex and Jake are connected to Kau server
AND both of them have a stable internet connection throughout the session

WHEN Alex sends one or more text messages to Jake sequentially

THEN Jake should be able to receive and see them as coming from Alex in the same order

TASKS:

  1. Create the data types and related handler classes required to support the architecture
  2. Embed a Websocket Jetty server in the App Master
  3. Setup RabbitMQ connection between App Master and Worker instances
  4. Setup HAProxy for LoadBalancing and make it Websocket aware
  5. Setup Redis and NoSQL. ( Can go with single instance for now. Cluster setup can be part of a separate story)
@Meghajit Meghajit self-assigned this Jul 2, 2022
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

1 participant