We are working on a project to implement a chat/video chat over meteor but we don’t want to use DDP transport protocol for that. We currently use a 3rd party service to handle Sub/Pub and would like to use that instead as much as possible/feasible.
Would it be feasible to swap Meteor’s DDP protocol for a 3rd party implementation?
If so, what challenges would lie ahead?
I appreciate any advice. Thanks.