Web Languages: Back-end VS. front-end:
These are languages used to run in Web browsers:
Front-end languages are run directly from the web browser / executed from the clients computer. Can be hosted from a file or a web server.
- Examples (languages): JavaScript, HTML, CSS
- Examples (libraries): jQuery, AngularJS, SASS, Bootstrap, EmberJS
Back-end languages are ran from the web server / executed from the server computer. Can only be hosted on a web server.
- Examples (languages): Python, Java, Ruby, PHP
- Examples (libraries): Django, Laravel, Spring, Zend, Symfony, CakePHP
Source
Date: October 7th 2024.
Back