Chat application built with Node.js, Express.js and Socket.IO.
- Node.js 20.11.0 or latest installed on your system.
- Clone the respository:
git clone https://github.com/jumagu/chat-app.git. - Install Node Modules:
npm installornpm i. - Rename the
.env.templatefile to.envand assign the values to the variables as appropriate. - Run the application: execute in the console on your app path
nodemon app(if you already have nodemon installed globally) ornode app.