An open API service indexing awesome lists of open source software.

https://github.com/baybreezy/nuxt-3-nestjs-chat

Nuxt 3 Chat built with NestJS, Socket.io, and TailwindCSS
https://github.com/baybreezy/nuxt-3-nestjs-chat

chat-app nestjs nuxt3 socket-io tailwindcss

Last synced: 19 days ago
JSON representation

Nuxt 3 Chat built with NestJS, Socket.io, and TailwindCSS

Awesome Lists containing this project

README

        

# Nuxt 3 Chat w/ NestJS

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

### How to run

1. Clone the repo
2. Run `npm install` in both the `client` and `server` folders
3. Run `npm run dev` in both the `client` folder
4. Run `npm run start:dev` in the `server` folder