I want to send messages between say device A and device B…
I decided to do this on android studio and use FCM, problem is I had to have my own server, and I don’t know how to set up a server and there wasn’t any tutorials about it.
So I returned to coronalabs and decided to use it, I saw that “Parse” is a good option for me, although it requires to have a server too, but it seems like an easy thing to do through this tutorial https://github.com/ParsePlatform/parse-server
Am I on the right path ? is there another easy way to send messages between devices ? is Parse the right tool to do it ?
Thanks in advance…