TackleBerryCrash / chatApp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 66.4%Language:CSS 28.4%Language:HTML 5.2%