Previous | Next --- Slide 9 of 40
Back to Lecture Thumbnails
lazyplus

Originally, Javascript was only run in browsers. This means that servers would just send the source code to clients and all the computation is executed in clients' browsers.

As Javascript became so popular, people developed framework to run Javascript in server side. One of the most popular framework is Node.js.