Orleans: The best way to expose Grains through WebSockets?

Created on 8 Dec 2019  路  2Comments  路  Source: dotnet/orleans

What is the best way to expose the grains through web sockets? I mean in terms of architecture.

Ideally I want to call the grain methods from frontend (smart mapping with SignalR maybe).

Anyone has experience with this?

question

Most helpful comment

Are you familiar with Orleans.Http?

It isn't using web sockets but it's probably much easier to just use that, than to try to come up with your own protocol over web sockets. If you have to use web sockets for some reason, that project is still probably a good approach to emulate.

All 2 comments

Are you familiar with Orleans.Http?

It isn't using web sockets but it's probably much easier to just use that, than to try to come up with your own protocol over web sockets. If you have to use web sockets for some reason, that project is still probably a good approach to emulate.

+1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Liversage picture Liversage  路  4Comments

pherbel picture pherbel  路  4Comments

Vlad-Stryapko picture Vlad-Stryapko  路  3Comments

galvesribeiro picture galvesribeiro  路  4Comments

SebastianStehle picture SebastianStehle  路  4Comments