I have a website/database and in that website i need to create a chat application/box. The project is a typical Chat mechanism scenario application, where a register user logs in. The user is also presented with a list of rooms available. Then the user has the provision of joining the room and start chatting with another register user in that specific room. Also the user has the provision of creating a room. My requirement are as follows:- 1. I want a client interface in AJAX and which would communicate with the server side application using asynchronous HTTP requests. 2. Further at the Server side the application should be in PHP which would communicate with the database and reply back to the client application. How a typically chat mechanism works. 3. The format of the messages exchanged between these interface should also be in JSON. 4. Further the chat application should have provision of creating chat rooms. I have started the project and was able to complete till registration like signin and signup part. I want these for my project and don't require chat tango or any other external sites . I am willing to pay whatever is required if someone help me in this project. Any help would be appreciated. Thanks