An open API service indexing awesome lists of open source software.

https://github.com/dryairship/chat101

A simple instant messaging chat application that implements long polling using PHP backend.
https://github.com/dryairship/chat101

chat-application long-polling php

Last synced: 7 months ago
JSON representation

A simple instant messaging chat application that implements long polling using PHP backend.

Awesome Lists containing this project

README

          

## About
A simple instant messaging chat application that implements long polling using PHP backend.

## Description of files
- `chat.html` : The main html file.
- `chat.js` : Script file to handle javascript and jQuery functionality.
- `styles.css` : CSS file to handle the design of the application.
- `getMessage.php` : File invoked to know if a new message has arrived.
- `sendMessage.php` : File invoked to send a message to a user.
- `schema.xml` : The database structure exported in XML format.