DanielCaspers / DigitalInspection

Murphy Automotive's Digital Inspection App for making vehicle inspection checklists a better experience from technician to customer.
4 stars 0 forks source link

Real Time Communication #17

Open DanielCaspers opened 7 years ago

DanielCaspers commented 7 years ago

We should evaluate how we could make use of RTC in the app to properly support user tasks without having to worry about concurrent modification, etc.

DanielCaspers commented 6 years ago

SignalR, the realtime communication library from Microsoft, is getting a new web client decoupled from jQuery by Q2 2018.

https://blogs.msdn.microsoft.com/webdev/2018/02/02/asp-net-core-2-1-roadmap/#signalr

This task should not be started unless we do #37.