- The Sample PHP Chat App demonstrates the use of APIs for EnableX platform to carry out 1-to-1 RTC (Real Time Communication) Application.
- The main motivation behind this application is to demonstrate usage of APIs and allow developers to ramp up on app by hosting on their own devices instead of directly using servers.
- RTC Applications hosted on EnableX platform run natively on supported set of web browsers without any additional plugin downloads.
- This basic 1-to-1 Chat Application is developed using
HTML
,CSS
,Bootstrap
,JavaScript
,jQuery
,PHP
andEnxRtc (The EnableX Web Toolkit)
.
Set config in config.php
:
$servername = "";
$username = "";
$password = "";
$databasename = "";
Index:
localhost/chat_web_application/index.php