This document summarizes a presentation about new features in MongoDB 2.6 and how they can be used in Node.js web applications. It discusses text search, the $min and $max update operators, and the $out aggregation operator. Examples are provided of implementing each feature in a Nutrition app built with the MEAN stack to allow searching for food items, conditionally updating data, and aggregating data into a new collection.