Maybe I'm just bad at reading but it took me forever to realize that you need to create your own handshake handler in order to manage specific clients that connect to your server in the documentation. Thank God for this video.
Just curious, will they have good recording equipment this year? so you don't get nausea from watching the recordings? Presentations are great, out of focus makes no sense since we are just watching slides.
Great tutorial. can you give us a necessary configuration to do if we want to send message to a group of user identified by something (idUsers for example). what should we make the modifications ? client side or server side ?
How many websocket connections (tcp) can handle a single container? I dont think that for every websocket session a new thread is created because that would be a waste of resources.
Nice content. I am trying SSE/EventSource, and have my server (Springboot) and client(ReactJS) on different ports and get CORS exception for the events. And some online search results says CORS is not supported for EventSource. Any way to fix this? Thanks in advance :-) Error is:- Access to resource at 'localhost:8080/api/scores' from origin 'localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I was also trying to do this, apparently the best websocket library for android is Scarlet by tinder which still does not support Stomp protocol, to go around this you can still use other 3rd party clients like this one github.com/NaikSoftware/StompProtocolAndroid
jajajja la persona es muy bueno presentando pero muy malo programando xD, igual le di like porque se dio el trabajo de hacer la presentación, con malas prácticas pero finalmente lo hizo.
Really complete, clear and simple explanation!! Covers everything , thanks Sergi
yes Prannoy. You can check it in my github:
github.com/cepix/WeatherDashboard
Maybe I'm just bad at reading but it took me forever to realize that you need to create your own handshake handler in order to manage specific clients that connect to your server in the documentation. Thank God for this video.
Thanks Sergi for a wonderful presentation on web socket with spring integration.
Just curious, will they have good recording equipment this year? so you don't get nausea from watching the recordings?
Presentations are great, out of focus makes no sense since we are just watching slides.
Great tutorial. can you give us a necessary configuration to do if we want to send message to a group of user identified by something (idUsers for example). what should we make the modifications ? client side or server side ?
Did you figure it out how? Would appreciate it if you did and explain it.
Great content. You bring full concept as well.
hello, Thank you for this presentation. Could you please give us the code source. Thanks
hey did u get the source code please give me also
Of course not! It's too hard
How many websocket connections (tcp) can handle a single container? I dont think that for every websocket session a new thread is created because that would be a waste of resources.
This is great, now i finally understand.
Awesome explanation.Thank you for the presentation
Hi thanks for the tutorial, I have a question is it possible to add roles to a user from frontend following this example?
Finally I got to know full explanation about broker and msg destination. Thank you Sir
That was awesome, but having the source code to test it out would have been so much better.
is there any way of getting these codes ???????????????? by email or through any site ? hlp anyone
Hello,
Did someone investigate the error message on 40:14 min. when we use ws ?
Thank you in advance
Unfortunately he never switched back to the console tab to show the exact error message.
'ws://localhost:8080/my-websocket-endpoint' failed: Error during WebSocket handshake: Unexpected response code: 404
:((((
Why nobody shows how to create chat application with sending file
Where can i find the source code for this example?
Great presentation.. curious to use it in my next project..
Hello
Someone have the full code of the video ?
Thanks a lot
Managed to piece together the source code: github.com/one-ness/spring-messaging/
great
How to receive a ACK from client side?
How would you access the chat if you were to navigate to another page?
Where can I get this complete code please
very good where the source?
Nice content. I am trying SSE/EventSource, and have my server (Springboot) and client(ReactJS) on different ports and get CORS exception for the events. And some online search results says CORS is not supported for EventSource. Any way to fix this? Thanks in advance :-)
Error is:-
Access to resource at 'localhost:8080/api/scores' from origin 'localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Great presentation, thank you!
I am getting this error..
stackoverflow.com/questions/37868227/sockjs-client-with-spring-websocket-cors
Can you help?
In your web.xml you must add your servlet with true. Not only for filter but for servlet too.
I dont speak english how do i find subtitles 😢😢😢😢
in 57:22 message.body have XSS vulnerability, in jquery use $('').text(val).html() to get text in html entities.
Really appreciate it
thank you
Minuscule detail, thanks
great session.
how to connect stomp client on android development
I was also trying to do this, apparently the best websocket library for android is Scarlet by tinder which still does not support Stomp protocol, to go around this you can still use other 3rd party clients like this one github.com/NaikSoftware/StompProtocolAndroid
단순히 빠르게 소캣형식처럼 규현하고 싶으면 15분까지만 보면 끝
video is blurry - apart from that , a good talk
jajajja la persona es muy bueno presentando pero muy malo programando xD, igual le di like porque se dio el trabajo de hacer la presentación, con malas prácticas pero finalmente lo hizo.
Complete time waste
Mind sharing better video/resources ?
too much black magic for noobs like me, how does that figure out the rabbitmq without specifying it?