Chat app built with Nuxt 3 + NestJS + TailwindCSS No DB was added, just a simple in-memory array to keep messages and users. This project was just used to help me understand sockets a little bit better
- Clone the repo
- Run
npm install
in both theclient
andserver
folders - Run
npm run dev
in both theclient
folder - Run
npm run start:dev
in theserver
folder