In this tutorial we are going to build a little chat program that is really easy to get up and running on any server running PHP. No database is required ā as the chat will store itself in a simple text file.PHP ā Will handle all the server side stuff
jQuery/JavaScript ā Will handle the client side stuff. This is an AJAX-y application, meaning that messages pop onto the screen (both yours and others) without needing any page refresh.
Text File ā Stores the chat