/Chat-WebSocket-php

chat application with php using websocket

Primary LanguageJavaScript

Chat-WebSocket-php

chat application with php using websocket

This is a websocket chat software written using PHP and jQuery languages

For use

-install composer library in project dir
-create database table named "chitchat" and table named "chat_user_table" with 8 column :

  • user_id
  • user_name
  • user_email
  • user_password
  • user_profile
  • user_created_on
  • user_login_status
  • connection_id

-run Server.php
-open index.php in browser