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
- Host: GitHub
- URL: https://github.com/baybreezy/nuxt-3-nestjs-chat
- Owner: BayBreezy
- Created: 2023-04-24T02:52:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T02:54:17.000Z (about 2 years ago)
- Last Synced: 2024-04-16T14:21:21.374Z (about 1 year ago)
- Topics: chat-app, nestjs, nuxt3, socket-io, tailwindcss
- Language: Vue
- Homepage:
- Size: 257 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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