fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.18k stars 1.56k forks source link

[v2] added signalr #956

Closed wtmaxim closed 2 months ago

wtmaxim commented 3 months ago

I've done. We can consider adding Redis for message distribution and scalability in a future iteration.

iammukeshm commented 3 months ago

@wtmaxim could you please resolve the conflicts.

dsolteszopyn commented 3 months ago

Can this be merged now?

dsolteszopyn commented 3 months ago

I've done. We can consider adding Redis for message distribution and scalability in a future iteration.

Need to support redis or azure signalr backplane otherwise can't run in more than one container instance

wtmaxim commented 3 months ago

I've done. We can consider adding Redis for message distribution and scalability in a future iteration.

Need to support redis or azure signalr backplane otherwise can't run in more than one container instance

I will

iammukeshm commented 3 months ago

Can some usage samples be added for this? We now have the Blazor client ready as well. Atleast from the Products CRUD pov. Can something be added to demonstrate this usage?

wtmaxim commented 3 months ago

@dsolteszopyn @iammukeshm Redis done

iammukeshm commented 3 months ago

Hey @wtmaxim , sorry. Forgot about this PR. There is a change in the solution structure now. Whenever you get time, can you resolve these conflicts and let me know. Basically now all the API, Blazor and Aspire Dashboards stay in the same solution file.

maxiar commented 2 months ago

@wtmaxim @iammukeshm what about signalR. Why close this PR??????????

Thanks!