Integration of a multiplayer chat.
We used the nowJS library (a NodeJS module for distributing JavaScript objects over WebSockets).
With NowJS we send directly JS Objects and call JS functions
from client to server and from server to client. Very useful.