Previous: Chapter 1
Up: Part I
Next: Section 2.1
2
The ubiquitous Chat app
Writing a multi-user chat application in Lift is super-simple and illustrates many of Lift’s core concepts.
The Source Code can be found at
https://github.com/dpp/simply_lift/tree/master/chat
.
Contents for Chapter 2
Section 2.1: The View
Section 2.2: The Chat Comet component
Section 2.3: The
ChatServer
Section 2.4: User Input
Section 2.5: Chat In
Section 2.6: Running it
Section 2.7: What you don’t see
Previous: Chapter 1
Up: Part I
Next: Section 2.1
(C) 2012 David Pollak