Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 304 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 304 Bytes

Chat

Chat application with socket.io

Instructions

Download the code

git clone https://github.com/joseanfernandez/chat

Install dependencies

cd chat
npm install

Use it!

npm start

Go to http://localhost:3000