The document discusses reactive web applications using Scala and Liftweb. It summarizes key traits of reactive applications like being responsive, event-driven, resilient and scalable. It then discusses how Scala enables functional programming with features like immutability, type inference and first class functions. Liftweb is introduced as a web framework based on Scala that uses comet techniques and actors for scalable server push functionality in building reactive applications.