/chatApp

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

Primary LanguageJavaScript

chatApp

  • chatApp developed using nodejs, websockets, express, 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 Use of express for serving client html

Installation

  • First install node on your machine
  • Go to directory 'chatApp'
    • Install packages using 'npm install'
    • Then start node server as 'node server.js'.
    • It starts server on port 9000

Usage

  • Go to browser and open the url 'http://localhost:9000/'
  • Type the name and press enter.
  • Type the message and press enter
  • View the messages to and fro during chat

Feel the app running!

Online Demo