A realtime multiple chatroom app built with socket.io
- Clone this repo
cd
into it- Run
yarn
to install dependencies - Install nodemon globally with
sudo npm i -g nodemon
or as a dev dependency - User
yarn dev
and go tolocalhost:3000
A realtime multiple chatroom app built with socket.io
JavaScript