Hello, I’m trying to understand what the deprecation of the DDP protocol really means. If I understand this correctly, basically Rocketchat no longer supports Realtime APIs with websockets as all websock method uses DDP. I’m curious why they’re pushing people towards REST APIs, there’s no way to build a good messaging application with just REST alone. I don’t think it makes sense at all so I believe I must be missing something.
What about all the libraries that are built on DDP?
Would appreciate if anyone could shed some light on this.