json-api-dotnet / JsonApiDotNetCore

A framework for building JSON:API compliant REST APIs using ASP.NET and Entity Framework Core.
https://www.jsonapi.net
MIT License
683 stars 159 forks source link

Are there plans to implement signalR hub / websockets for `{ json:api }` operations? #465

Open NullVoxPopuli opened 5 years ago

NullVoxPopuli commented 5 years ago

With operations over sockets (or a SignalR Hub), it'd be possible to :

NullVoxPopuli commented 5 years ago

A rough implementation lives on over here: https://github.com/sillsdev/appbuilder-portal/pull/504

Some key points of interest: