Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Understanding Socket.IO: Building a simple real-time chat app with Node.js and Socket.IO

This README provides a quick guide to start a simple Node.js and HTML project.

Install Depeendecies

npm install

Start your Node.js server:

node server.js

Open the index.html file in a web browser. It will connect to our Socket.IO server running on http://localhost:5000.