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

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.

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.