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 trial

iOS

Using Parse in app development

In my app I plan to create a user signup/log in and possible a chat room where you can chat with other users. After searching for examples on creating user signup/log in I found out Parse was often used.

I don´t fully understand what it is, and what it does...Why should i use it? Is there someone who has any experience from using Parse? Should I use it, or is it a better alternative out there?

1 Answer

Hi Simen,

There are many suppliers of 'Back-end as a service' products, like Parse provide.

Using such a service means you can get on with coding your app and managing it rather than struggling with the heavy liffting of developing, maintaining, paying for etc. the back-end you need for any user-driven app.

Have a look thorugh the documentation on Parse.com and try the self-destructing message app tutorial which covers Parse in quite some detail.

I hope that helps

Steve.

Thanks!