Bassdrop Wrote: Generally speaking, HTML/CSS/JS (and JS frameworks like Angular, React, etc.) are used on the front-end & interfaces, whereas PHP/Python/Ruby/etc. (and Laravel, since it's a PHP framework) are used server-side on the back end.
There's exceptions though.. if you want to try to use JS only, take a look at Node.js and the frameworks based on it since Node.js was designed for being able to use JS on the back-end... Here's a list of 10 Node.js frameworks to get ya started.
Good luck
Hmmm, thanks for the guidance on how to get started! I'll read the link indicated tomorrow, I have already seen something or other of node.js and I found it very interesting. In your opinion, would it be better to use PHP or a node.js framework?