uchicago-mobi / 2015-Spring-Forum

1 stars 0 forks source link

realtime chatting #109

Open xiaoyifan opened 9 years ago

xiaoyifan commented 9 years ago

Hey guys, I'm trying to implement something related to realtime texting.Having searched around Github, it seems there's no third party framework that could be free. Any idea on this? It seems Parse doesn't support realtime texting.

drefiuza commented 9 years ago

Check out: https://layer.com

On Jul 10, 2015, at 10:22 PM, Yifan Xiao notifications@github.com wrote:

Hey guys, I'm trying to implement something related to realtime texting.Having searched around Github, it seems there's no third party framework that could be free. Any idea on this? It seems Parse doesn't support realtime texting.

— Reply to this email directly or view it on GitHub.

JRam13 commented 9 years ago

You can use silent notifications, or go with a service like Layer. I'm currently working on a project that's using Layer. Let me know if you have any questions on that.

xiaoyifan commented 9 years ago

Wow! thx guys! this seems nice, 1000 users in free plan!

xiaoyifan commented 9 years ago

Thx Jonny! That would be great!

xiaoyifan commented 9 years ago

I just found another service: https://github.com/relatedcode/NotificationChat but you have to pay for some advanced features.

tabinks commented 9 years ago

There is a good tutorial for using cloud kit to create a chat app:

https://www.bignerdranch.com/blog/cloudkit-the-fastest-route-to-implementing-the-auto-synchronizing-app-youve-been-working-on/

JRam13 commented 9 years ago

That sounds... like a nightmare :)

tabinks commented 9 years ago

Maybe if you don't use MVVM