C
C#•2w ago
damon

Stomp client

*How can a C# client connect to a backend Spring STOMP WebSocket?**
I searched GitHub and only found a few outdated projects with around 20 stars, but none of them work properly.
5 Replies
Angius
Angius•2w ago
I'm afraid fixing those libraries or implementing it on your own based on the specification are your only options
damon
damonOP•2w ago
😫 I really don't understand why the backend is using such an outdated thing.
wasabi
wasabi•18h ago
Stomp isn't really outdated. It's just really only popular among Java stacks I find.
wasabi
wasabi•18h ago
Source: I wrote a Stomp client library a few years ago: https://github.com/alethic/StompDotNet/tree/master/StompDotNet
GitHub
StompDotNet/StompDotNet at master · alethic/StompDotNet
.NET implementation of the STOMP messaging protocol. - alethic/StompDotNet
wasabi
wasabi•18h ago
Been 4 years.... loos like i used Channels, SequenceReader, and all the good stuff. Could be cleaned up though..... I don't remember the status of it. I had it working for both send and receive. But never much stress testing of it.

Did you find this page helpful?