Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 435 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 435 Bytes

Chat-app

Using Web sockets BootStrap, jquery, socket.io

  • Install Nodejs from https://nodejs.org/en/
  • Open GIT bash right clicking the files containing folder
  • Create package.json file using npm init command
  • "main" : server.js
  • Dependencies: socket.io and express
  • Run npm install command to set up dependencies
  • Run node server command to run the server
  • Open http://localhost:3000/ in your web browser to access the chat