Skip to content

Latest commit

 

History

History

real-time-web-with-socket-io

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Web Chat with socket.io


How to run the chat

  1. npm i
  2. npm start
  3. open browser and navigate to: http://localhost:3000

How to debug on Windows

  1. npm run debug:windows

    Have Fun !