yogatanaya / Node-Socket-IO-Chat-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket IO Implementation using Node JS

Socket IO is a library that is used to implement a real time web application. that communicate two way between client and servers


This is a simple implementation and a very good milestone as a start if you want to learn about socket-io.

Feature


  • Real time user join
  • Chat in a room between users
  • Real-time join or leave users

How to Install


  1. clone this repo to your machine or download the zip file in the right corner above
  2. run npm install in terminal
  3. run npm run watch in terminal
  4. open https://localhost:5000

PHP Client + Using ElephantIO


How to test ?


  1. cd to /php-client folder
  2. run on terminal php server.php

About


Languages

Language:JavaScript 37.3%Language:HTML 31.5%Language:CSS 22.1%Language:PHP 9.1%