How to implement a UDP server to read client input in Spring

I implemented a web application with the spring framework (version 1.5.3). Now I need an udp server that receives an incoming message from the client. How to add this functionality to my spring project for download?

I watched how to implement UDP in the spring framework for the link, but could not get wrt spring boot

Can someone help me in understanding this please

Thanks Maruthy

+4
source share

Source: https://habr.com/ru/post/1680809/


All Articles