Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a sample application with SignalR & Tiered architecture #3908

Closed
2 tasks done
hikalkan opened this issue May 11, 2020 · 0 comments
Closed
2 tasks done

Create a sample application with SignalR & Tiered architecture #3908

hikalkan opened this issue May 11, 2020 · 0 comments

Comments

@hikalkan
Copy link
Member

hikalkan commented May 11, 2020

When Web & API tiers are seperated, it is impossible to directly send a server-to-client message from the HTTP API. This is also true for a microservice architected application.

We suggest to use the distributed event bus to deliver the message from API application to the web application, then to the client.

So,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants