A functional real-time-chat messaging application with rooms for developers by using modern web technologies, i.e. websockets using Node.js, Express and Socket.io.
Clone the project
git clone https://github.com/softdevarka/chatwiz-chat-app.git
Go to the project directory
cd chatwiz-chat-app
Run commands
npm install
Start the server
npm run dev
Open browser
localhost:3000