Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 397 Bytes

File metadata and controls

10 lines (7 loc) · 397 Bytes

#Instruction to To Install

  • Run $ npm install in command prompt in the same directory.
  • Open index.js file change the port you like to run this app at http.listen(3000)
  • type node index.js

#Open Client page

  • Open ClientPage.html change the URL at io('http://localhost:3000'); which url with port should be same as running at server side
  • Now all set ready to use it. :)