#websockets

1 messages · Page 1 of 1 (latest)

young scaffold
#

Anyone know any good resources/guides on websockets, and more specifically websockets using java? Thanks.

elder daggerBOT
#

<@&987246399047479336> please have a look, thanks.

#

Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#
TJ-Bot
Anyone know any good resources/guides on websockets, and more specifically websockets using java? Thanks.

One popular resource for learning about websockets in Java is the official documentation for the Java API for WebSocket. It provides detailed information on how to implement websockets in Java using the javax.websocket package.

Another great resource is the Baeldung guide on using websockets with Spring Boot, which covers how to set up a websocket server and client using Java.

For a more in-depth understanding of websockets, you can also check out the book "Java WebSocket Programming" by Danny Coward. It covers everything from basic websocket concepts to advanced topics like scaling websocket applications.

Additionally, if you prefer video tutorials, there are many free resources available on platforms like YouTube. Channels like CodeWithChris and Telusko have tutorials on implementing websockets in Java that can be helpful.

Overall, these resources should give you a solid understanding of how to work with websockets in Java and help you get started with implementing them in your projects.

young scaffold
#

I suppose I should add, I have never used websockets before.

scarlet quartz
#

Specifically how they work or? Or how to use them?

young scaffold
#

How to use them

scarlet quartz