The demonstration application provides a means of chatting over the web: WebChat. It's a rudimentary implementation with various features specifically designed to demonstrate the PHP/Membase interface as implemented by the Memcached PHP library. It allows user registration, login, logout as well as adding chat messages, viewing them and deleting them. To do this it uses add, increment, delete and append Memcached key manipulation methods.