What is the best java script code for chat applications?

Asked By 50 points N/A Posted on -
qa-featured

What is the best java script code for chat applications?

Please do help me find a sample code containing java script for chat applications and also include the compatibility measures to avoid errors.

SHARE
Answered By 0 points N/A #128225

What is the best java script code for chat applications?

qa-featured

Making Chat box is not that easy to make, You need to have some knowledge about the following:

The XHTML
It is important to know xhtml, it’s generally a good idea to design the basic User interface [UI] implementing the functionality. 
 
The Database
It is like storage, where you store all the previous chat right after you send it, for example in facebook, after you Logout and login again, have you notice that your previous chats are still in there?  That is the use of database, where you store data.
 
The PHP
PHP allows the user to create dynamic content that interacts with database, just like class.
 
The JavaScript
And of course the JavaScript, JavaScript is use to tie our pages together, tie the XHTML,DATABASE,PHP together.
 
You Can Also Use AJAX 

Related Questions