You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A real time collaborative note making web application built using Springboot and ReactJS. Handles concurrent modifications using Optimistic Locking Mechanism. Utilizes Server Side Events (SSE) for real time updates to client. Used Reactive programming paradigm for making the whole web application non blocking using Spring WebFlux and RxJS libraries