Sever-side JavaScript Compared with CGI
An alternative to CGI scripts
JavaScript is embedded in HTML pages
rapid development and easy maintenance
HTML files that contain server-side JavaScript are precompiled to a binary form
It is more efficiently interpreted and sent to the requesting client