・
Reviews 24
・
Average rating 5.0
I tried to apply it to my current side project. As someone who has only worked on the backend, I understand the code and the ws communication of connecting to ws using WebSocket and STOMP and exchanging chat messages, but I was very confused when I connected to the actual front end by simply turning on port 3000 without setting up a file. I couldn't load package.json in WebStorm, so I just created a new project and copied and pasted all the files in the client package, but I had various dependency issues, react version issues, createContext issues, etc. As someone who has only worked on the backend, I have no idea how to turn on the port 3000 server.... As a backend developer, I learned how to use clean Swagger annotations and the WebSocket - STOMP for chat. I haven't tried the chat yet....
Hello. Thank you for leaving a comment. Since the template part is a part of the front-end work, I thought it would be too easy to convey incorrect knowledge if I, a back-end developer, handled it. Since I only knew how to do it to some extent, I used it as a UI for testing. However, it seems that you are having a lot of trouble with version conflicts and running it 😭😭 When preparing the next lecture, I will try to configure it so that you can use it more easily by using Docker to handle it as an image to prevent version conflicts. Thank you.