Real Time Chat Nestjs Angular Versions Save

Realtime/Live Chat Application with NestJS and Angular (+Socket.io v4). -- JWT Secured, Register, Login, Create and Manage private Chatrooms, add users to Chatroom, Add Messages & receive Messages in Realtime, etc --

v0.1.0-alpha

2 years ago

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.