Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 324 Bytes

File metadata and controls

16 lines (12 loc) · 324 Bytes

chat-app

Web chat with rooms and nicknames created using express.js and socket.io.

Running locally

git clone https://github.com/miguelDalberto/chat-app.git
cd chat-app
npm install
npm run build
npm run start 

Access http://localhost:3000.