Git Product home page Git Product logo

kau's People

Contributors

meghajit avatar

Watchers

 avatar  avatar

kau's Issues

feat: build CLI client which can manage contacts, send messages, receive messages

When complete, Kau will expose websocket APIs which can be used to deliver and receive messages for a registered user.

As part of this story, the scope is to build a CLI client which can do the following: ( scope is limited as of now, but the client can be enhanced further as more features get added onto Kau)

  1. Register/Onboard a user onto Kau
  2. Securely login a user into Kau
  3. Allow sending a message to another online registered user
  4. Allow receiving messages when online from another registered user
  5. Show notification indicator when a user has transitioned from OFFLINE -> ONLINE and other users have sent him messages

feat: Ability to send text messages between one connected user to another

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)

feat: Receive unseen messages after user transitions from offline --> online

AS Alex

GIVEN Alex goes offline at time T
AND Alex has seen all messages sent to him till time T-1

WHEN Alex goes offline at time T+1
AND comes back online at time T+m, where m is any time unit
AND other users have sent messages to Alex between T+1 till T+m

THEN Alex should receive all messages that were sent between T+1 and T+m
AND Alex should see these messages in chronological order for each sender

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.