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

Digital Literacy Computer Basics Computer Languages What Some Common Languages Do and How They Work Together

back end language

what is back end languages

2 Answers

Conor Sinclair
Conor Sinclair
3,372 Points

Unfortunately I'm not sure if you are asking what a back end language is, or whether you want some examples. I've put both.

Put simply, back end languages are programming languages that work 'behind the scenes' to add functionality to a website. If front end is everything you see and interact with, back end is what makes everything work when you click that 'login' button, or that 'post' button. That's the basic way of explaining it.

Some examples of back end languages include Python, Ruby, JavaScript (using Node.js) and C#.

Niyamat Almass
Niyamat Almass
8,176 Points

Simply back-end language is a server side language and it is used to make web application.

The popular server side language is

  1. Python 2.PHP 3.Ruby 4.Java