Using JavaScript Outside of the Browser

Many front-end developers are familiar with using JavaScript for progressive enhancement in the browser (using libraries like jQuery, Prototype, and MooTools), but aren’t yet used to using JavaScript for back-end code. If you’re interested in learning how to take advantage of JavaScript outside of the browser, check out Chris William’s blog devoted to “naked” JavaScript.