Answer the question
In order to leave comments, you need to log in
How to connect .net application to SpringBoot WebSocket?
Good day.
Need help with connecting a client application written in Xamarin to a server written in Java + SpringBoot.
The server uses Stomp-websocket.
From javascript-a, such a connection is quite successful:
var sock = new SockJS("http://192.168.1.2:80/files-list");
var client = Stomp.over(this.sock);
Answer the question
In order to leave comments, you need to log in
You have to write a client. The eyes are afraid, the hands are doing:
https://tools.ietf.org/html/rfc6455
Clearly written, with examples.
There are many features in the standard, but in practice the implementation of all of them is unlikely to be required.
PS There are a couple of crafts on this subject on Github, but the quality is terrible.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question