harryngdev / chat_web_application

Chat Web Application in PHP

Home Page:https://nvanha.github.io/chat_web_application/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce

  • 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 and EnxRtc (The EnableX Web Toolkit).

Installation

Set config in config.php :

$servername = "";
$username = "";
$password = "";
$databasename = "";

Path

Index:

localhost/chat_web_application/index.php

Connect with me:

nvanha.com nvanha | Facebook nvanha | Instagram

About

Chat Web Application in PHP

https://nvanha.github.io/chat_web_application/


Languages

Language:SCSS 38.6%Language:PHP 37.7%Language:JavaScript 21.6%Language:CSS 2.0%