ChatApp is a real-time messaging application which is created by .NET, SignalR and RabbitMQ. You can test application live at chat.cagrisakaoglu.com (username:demo, pass:demo12)
... Readme will be updated soon.. ...
You need to publish ChatApp.Web and MessageConsumer layers separately. Use your own database connection string and RabbitMQ hostname where they needed.
Just run the application after cloning into Visual Studio or Rider, if you're using VS Code you need to run Web and MessageConsumer individually because MessageConsumer layer is a console application.
Any contribution is appreciated.