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

Question: Can we use SignalR client for binance or other socket endpoints for stocks information? #4700

Closed
Sen-Gupta opened this issue Mar 5, 2024 · 1 comment

Comments

@Sen-Gupta
Copy link

Hello,

I'm curious to know if SignalR client can support socket endpoints such as binance or other stock exchange websocket endpoints?
Or is tied up with .net server implementation?

Though, I believe later should be the answer. ;-)

Regards
Sen

@BrennanConroy
Copy link
Member

SignalR is a protocol, if those endpoints support the SignalR protocol then it can work. But I highly doubt they do.

The .NET server implementation is just that, an implementation of the SignalR protocol. Nothing restricts SignalR to .NET.

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

No branches or pull requests

2 participants