I need some help trying make a multi user doc collaboration tool in spring boot using websockets and redis sub pub
So earlier i made a simple chat application in spring boot websockets and redis, got an idea to make my own doc collaboration tool but i realised there are lots of parameters like CRDT, I am confused and stuck how to transform the current codebase into that