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.
- Host: GitHub
- URL: https://github.com/dryairship/chat101
- Owner: dryairship
- License: mit
- Created: 2018-12-14T20:52:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T21:03:06.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T18:43:35.141Z (8 months ago)
- Topics: chat-application, long-polling, php
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.