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

General Discussion What is Heroku?

PUC Treehouse
PUC Treehouse
7,021 Points

Can you detail pros and cons of using Heroku?

Thanks you

1 Answer

Kevin Korte
Kevin Korte
28,149 Points

Not sure how detailed you are looking or, as there are tons of blogs about this. But the pros about Heroku is it abstracts away a lot of the server stuff, letting developers, well, develop. Your code kinda goes into this black box of magic and just seems to work. (In Heroku's terms, they generate a slug). Their dashboard is user friendly, and they just generally make uploading, updating, and running a server pleasant.

The big con, the cost. Since they do so much for you in terms of setting up and maintaining this platform, they charge you for it. Overall, it's generally worth the cost, however when you're in the early stages, it can get expensive on your personal wallet until the site makes enough to pay for itself.