A websocket chat built using NestJS and Vue.js.
Made for simplify the communication with my friends during the classes at informatic lab.
- 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 is used.
- Last messages of each room are saved temporarily.
To run the app you'll need to configure the enviroment variables.
Follow the each .env.exemple
to implement your own configuration.