yokawasa / SocketIO-Chat-App

Real-Time Chat is powered by Socket.IO. is a web application that allows multiple users to have a private and public chat. This app allows one to one chat online and its fast and easy to use. Please note that the application code is written in Javascript ES6.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.IO Chat App

This project is a fork of the wmuza/SocketIO-Chat-App.

Socket.IO Real-Time Chat with Auto Reply

picture alt

FEATURING THE FASTEST AND MOST RELIABLE REAL-TIME ENGINE

Real-Time Chat is powered by Socket.IO. is a web application that allows multiple users to have a private and public chat. This app allows one to one chat online and its fast and easy to use. Please note that the application code is written in Javascript ES6.

Prerequisites

Installation

Running Locally

Make sure you have Node.js and npm installed.

  1. Clone or Download the repository

    $ git clone https://github.com/yokawasa/SocketIO-Chat-App.git
    $ cd SocketIO-Chat-App
    
  2. Install Dependencies

    $ npm install
    
  3. Start the application

    $ node index.js
    

Your app should now be running on localhost:3000.

Support or Contact

Having trouble with Pages? Feel free to post an issue

About

Real-Time Chat is powered by Socket.IO. is a web application that allows multiple users to have a private and public chat. This app allows one to one chat online and its fast and easy to use. Please note that the application code is written in Javascript ES6.


Languages

Language:CSS 60.9%Language:JavaScript 32.3%Language:HTML 6.7%