Mojtabarezaei4 / Queueomatic

A queue system that can be used for educational purposes or for any other situations where prioritization of individuals is necessary.
https://queueomatic.azurewebsites.net/
MIT License
7 stars 2 forks source link

Implement SignalR-Server side #104

Closed Mojtabarezaei4 closed 1 year ago

Mojtabarezaei4 commented 1 year ago

This includes the support of a unique communication channel for each room.

FabianAronsson commented 1 year ago

How do we handle the creation of SignalR hubs? I could not find any information if FE has built in support for this. Does this mean we create these features using the Microsoft supported way? In other words, with minimal api?

Mojtabarezaei4 commented 1 year ago

I'm not sure yet. I also am looking for some possible solutions.

FabianAronsson commented 1 year ago

I have been looking around and unfortunately it seems like you have to use the microsoft way of setting up SignalR and using it.

Mojtabarezaei4 commented 1 year ago

Me too. We try with Microsoft.