https://github.com/https-eduardo/nestvue-chat
VXGP webchat application, created with Vue 3, Nest and Typescript.
https://github.com/https-eduardo/nestvue-chat
chat nestjs socket-io websockets
Last synced: 7 months ago
JSON representation
VXGP webchat application, created with Vue 3, Nest and Typescript.
- Host: GitHub
- URL: https://github.com/https-eduardo/nestvue-chat
- Owner: https-eduardo
- Created: 2022-07-03T03:35:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T20:25:24.000Z (over 3 years ago)
- Last Synced: 2025-04-19T19:04:04.065Z (9 months ago)
- Topics: chat, nestjs, socket-io, websockets
- Language: Vue
- Homepage: https://chat.vxgp.com.br
- Size: 317 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A NestJS and Vue.js chat
A websocket chat built using [NestJS](https://nestjs.com/) and [Vue.js](https://vuejs.org).
Made for simplify the communication with my friends during the classes at informatic lab.
### ❤️ Features
- Authentication
- Registration.
- Login.
- Verification via JSON Web Tokens (JWT).
- Chat rooms support
- For now, only two global rooms can be used.
- Messaging
- Messages are instant and [Socket.io](https://socket.io) is used.
- Last messages of each room are saved temporarily.
## 🚀 How to run:
To run the app you'll need to configure the enviroment variables.
Follow the each `.env.exemple` to implement your own configuration.