Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 230 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 230 Bytes

hello-socket.io

A example chat app built Node.js and Socket.io

Getting started

# Clone project
git clone https://github.com/spy126/hello-socket.io.git

# Install dependency packages
npm install

# Run app
npm start