/chatApp

chatApp developed using nodejs, websockets, jQuery, HTML, CSS

Primary LanguageJavaScript

chatApp

  • chatApp developed using nodejs, websockets, jQuery, HTML, CSS.

It gives multichat feature, send and recieve messages along with timeframe. Use of nodejs for implementing websockets and send/receive of messages

Usage

  • Open the index.html from public folder
  • Type the name and press enter.
  • Type the message and press enter
  • View the messages to and fro during chat

Installation

  • First install node on your machine
  • Go to dirctory 'chatApp'
    • Install packages using 'npm install'
    • Then start node server as 'node server.js'.
    • It starts server for chat app
  • Go to 'public/index.html' : See the app running