Skip to content
View jatins's full-sized avatar
βœ…
looking for approval
βœ…
looking for approval
Block or Report

Block or report jatins

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Building realtime application with D... Building realtime application with DynamoDB (and potentially any database with an operation log)
    1
    Building realtime applications is hard.
    2
    > A scalable solution to this problem involves many cumbersome steps:
    3
    - Hooking into replication logs of the database servers, or writing custom data invalidating logic for realtime UI components.
    4
    - Adding messaging infrastructure (e.g. RabbitMQ) to your project.
    5
    - Writing sophisticated routing logic to avoid broadcasting every message to every web server.