Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJorge Guzman
Courses Plus Student 21,390 PointsA chat app with Parse.com
Hi guys,
Does anybody know how can I get a tutorial or code for this?. I have been searching and found only for room chats, but I need a direct, user to user chat.
Tks in advance.
3 Answers
Nick Edwards
Courses Plus Student 15,766 PointsHi Jorge, I don't know if you've done the 'How to Build a Self-Destructing Message iPhone App' course yet, but the principles are pretty much the same and can be adapted for a simple chat app (ie. you don't have to implement the self-destructing part).
The added benefit of using that course is that it also teaches you how to send pictures and videos via Parse.
Jorge Guzman
Courses Plus Student 21,390 PointsHi Nick,
Thanks for your comment man. I did the Ribbit app before, it is not exactly what I was looking for, but with your observation I checked it again and got some ideas.
It was useful.
Cheers!
Nick Edwards
Courses Plus Student 15,766 PointsThat's good to hear! I also came across a couple of links that might be worth reading, particularly if you want the chat app to work in real-time (seems that Parse is not yet capable of that functionality by itself).
https://www.parse.com/questions/real-time-chat-app-with-just-only-parse
Good luck!
Jorge Guzman
Courses Plus Student 21,390 PointsThanks man, cheers!