This document summarizes a talk about using MongoDB 2.6, Mongoose 4.0, ECMAScript 6 generators, and Browserify. It discusses how ES6 generators can make asynchronous code more readable in Node.js and Mongoose. It also explains how Browserify allows sharing code between Node.js and the browser, enabling the use of Mongoose schemas directly in the browser. The talk outlines an experimental Browserify support branch in Mongoose and looks forward to fully leveraging new JavaScript technologies like ES6 and Browserify.