Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 542 Bytes

readme.md

File metadata and controls

24 lines (19 loc) · 542 Bytes

Lets Chat- Realtime Chat Application Using Node Js and Socket.io

Introduction

This is an anonymous chat app.

Concepts Used

  • HTML
  • JavaScript
  • Node JS
  • Socket.io

Installation

  • 1. cd to NodeServer Folder
  • 2. npm install
  • 3. node ./app.js
Then goto your browser and open index.html.
Note : Node Server will run on 8002 port make sure this port is not used by any other application.

Project Inspired from CodeWithHarry.