Category: RabbitMQ, github

by This time we’ll see how we can easily create a chat application with Blazor and .NET Core.

My main focus was to see how easy it could be to have a simple chat up and running with Blazor only.

The Consumer will then dispatch an event that will eventually be picked up by the UI: That’s all for now! In another article, we’ll see how we can “authenticate” our users and see who is online.

Related Articles