I would like to implement messaging in my app. Every user will have an inbox and could be able to send messages to another user.
I do not want to use Parse or Firebase because I already have a MongoDB and a backend API to manage users. I also use FacebookLogin/Logout.
Are you aware of a good SDK to help me realizing this feature? Or a tutorial to start somewhere?
Thank you for any feedback.