Monday, 13 May 2019

Best chatting framework for a flutter-node.js pair?

I am working on a flutter app with a node.js backend. I need to implement a real time chat service and also intend to store the chat data in mongodb database.The number of options I have considered are :​- Websockets- Long polling- Third party services like pusher or pubnub(Both does n't have sdk for flutterso any advice would be appreciated)- Firebase (Easy to implement with flutter but I am confused how should I store data on mongodb then ? Api rquest for every message ?)​I need a quick solution for the initial phase of the application but also need to think whether I can extend it later(With increase in users)​​​​​Thanks in Advance

Submitted May 13, 2019 at 06:47PM by ankit_1997

No comments:

Post a Comment