Skip to content

keerthimohan93/socketIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Chat App using Socket.IO

This is a simple chat app using Socket.IO, Node.Js and ExpressJS.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Need to install NodeJS

Installing

Steps for installing the application:

  1. npm install
  2. node index.js

You will see the application running on localhost:3000

Note:You can open multiple instances of localhost:3000 and checkout the chat application.