Contributor
Manav Sarkar

Proposal for P2P Messaging App in Flutter


Mentors
Ritik Jain, Tanya Prasad
Organization
AOSSIE
Technologies
android, flutter, UI/UX Testing, Testing and Loggings
Topics
Move the project Push Gossip Protocol to either Pull Protocol or Hybrid protocol
I intend to propose an approach to transfer the messaging protocol of the application from the naive push protocol. The push protocol has many disadvantages and so we need to migrate to either pull protocol or hybrid protocol. The hybrid model that we will try to use in this project is the First-Push-Then-Pull protocol. We can either choose the pull protocol or go with the hybrid protocol.