2015-09-25 166 views
0

我將在我的應用程序中集成聊天模塊。這是一款移動應用程序,在春季開機時具有快速和後端的前端。所以我的聊天模塊將具有功能:)使用哪種消息傳遞協議?

1) There will be a one to one chat,not a group chat 
2) i have to send push notification to user when user goes offline or app closed 
3) i have to show online users list on user's dashboard 
4) i have to store messages in database 
5) User can send images,videos in chat 

我知道這些功能在所有現代移動應用程序中都很常見。

我對消息傳遞協議很陌生,請給我建議一個最適合我的需求的協議。

任何意見會有所幫助,謝謝

回答