Build a real-time chat application with Nestjs and PostgreSQL
In this tutorial, you'll learn to add real-time chatting features to your Nestjs web application using web sockets. We'll build a chatting application and save the user chats on a PostgreSQL database.