Build an advanced chat app with Quix and Redpanda (Part 2)
Blog post from Redpanda
In the second part of the chat app tutorial using Redpanda and Quix, the focus is on updating the frontend to integrate with the backend changes from part one, which included implementing a profanity filter. The tutorial guides users through adapting the frontend service to connect with new data from the "messages_sanitized" topic, stored either in Redpanda Cloud or Quix Cloud. It introduces SignalR, a .NET library facilitating real-time communication, which is integrated into the Quix workspace, eliminating the need to install a separate SignalR Hub. The steps involve configuring a bearer token for authentication, setting up environment variables, and updating several Angular source files to render censored messages in the chat interface. The tutorial concludes with instructions for testing the updated chat application and invites users to explore further resources or seek help through Quix and Redpanda communities.