Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 545 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 545 Bytes

A Backened Website that supports realtime chat system using Web Sockets. Click "About" button to also see my personal portfolio website.

I don't know how to run server side code non-locally. Please download the repo and follow the steps to see it in action:

  1. Download and Extract somewhere
  2. Open on VS Code, select nodeServer folder and Right click and open in Integrated Terminal
  3. type "nodemon index.js"
  4. open the index.html file on the local host or use shortcut alt + b to see the html file in action.

Thank you for reading :)