In the previous article, we have implemented a real-time messaging server using GraphQL. There we used the default pub sub system provided by Apollo. But it is not recommended for the production environments because it is an in-memory system. To avoid this issue, there are many community-created libraries have been…