Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 322 Bytes

File metadata and controls

12 lines (10 loc) · 322 Bytes

Web-chat

Chat using javascript and web-sockets

Deploy:

  • checkout project files
  • using node cmd, navigate to folder
  • type 'npm install'
  • type 'grunt --target=destination folder' to deploy frontend part to the destination folder
  • navigate to /backend folder
  • type 'node backend' to start the backend