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

Which programming language is used in online stores like eBay?

I would like to know which programming language is used is e-commerce sites like ebay, in which the visitor can sell their own merchandise.

Jaco Burger
Jaco Burger
20,807 Points

As Stone said, it is PHP. But to make an e-commerce site, you should look at a CMS (obviously good to know PHP, SQL and CSS as well). Magento is the best CMS for commerce in my own opinion, it is owned by eBay, so odds is that eBay is based on the Magento CMS. The other alternative is Woo-Commerce. There are many more. It all depends on what you're planning on selling.

1 Answer

Stone Preston
Stone Preston
42,016 Points

according to this ebay uses java in conjunction with an oracle database for its backend. im not sure how reliable that page is though. BuiltWith shows it using PHP.

You could use any server side language though to build a commerce site. PHP is a popular language. Ruby in conjunction with the rails framework is also popular. Treehouse has courses on both of these languages.

And javascript in the front-end.

Jaco Burger
Jaco Burger
20,807 Points

I think it's mostly PHP + SQL. But doesn't it use Magento for the CMS? I know eBay owns it.

Stone Preston
Stone Preston
42,016 Points

yeah built with show it using PHP. I couldnt really find much about it honestly