Releases: TommiCodes/real-time-chat-nestjs-angular
Releases · TommiCodes/real-time-chat-nestjs-angular
pre-release v0.1.0-alpha
This release is a pre-release.
Link to Youtube Video for this Pre-Release: https://youtu.be/A3KwfVMQMNI
Versions of Dependencies:
- NestJS v8
- Angular v12
- Socket.io v4
- ...
Implementation of the main features:
- Register a new User
- Login with a user and get a valid jwt Token for Authentication (API & Websocket)
- Create a Chatroom and add other users by their username
- Join one of your chatrooms and see the latest messages
- Add a message to the chatroom, this will be emmitted immediately to all other joined Users for this Room that are currently online
There are still bugs and some features are missing.
Over the next releases common bugs will be fixed and the functionality will be expanded.
PS: I am happy about every given feedback, opened issue and created pull request.