Skip to content

Allypost/Simple-Node-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Node-Chat

This is a simple node.js chat app that implements Socket.IO and Express for a smooth real-time experience.

How to run

Just download the repository and run

> npm install

And then

> npm run

The app will be available at localhost:3000