Ashwin-Kapes/MultiUserChat
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
-This application is written in PHP, Javascript -DATABASE used: SQLite3 -Using JS and XMLHttpRequest object, data can be sent/received to server in JSON format over HTTP. -Polling is done using setTimeout method. Default time is 1000ms. -Same can be acheived using AJAX or jQuery.