Where did we go wrong, so that we ended up with using JS for backend programs? No matter what they tell you, javascript is not fucking lisp just because it supports closures (hurrr arcane fp technique i pass funcction as parameter). What's next, a text editor written in CSS?
Name:
Anonymous2018-04-28 11:18
Javascript is a scripting language, while css is not
There is a little sense in using the same/or at least a similar language for client and server, and js is an easy (perhaps the easiest) target for running random clientside scripts on some platform. So that's how it happened probably