The chat demo uses server side scripting to provide different types of callbacks that AccDC uses to render content. Though the demo contacts the WhatSock.com server for this purpose, the PHP script is provided within the folder "chat", and the JavaScript can easily be modified to point to the PHP script in this local folder instead. A web server supporting PHP is required for this functionality. The chat script is a simple PHP script that demonstrates how to reference AccDC using a callback function to render content, and is not meant to be a robust server side chat implementation.