changmeng72 / chatApp

MIT License
0 stars 0 forks source link

version 0.2- add message store at the backend ... #7

Open changmeng72 opened 3 years ago

changmeng72 commented 3 years ago
  1. add backend storage for message(in memory)
  2. add api getConversation, getConversations
  3. add search by name(exact). Now a new user starts without conversation, he can search other users by exact name .
  4. update front end for new apis and search feature