Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 243 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 243 Bytes

netty-udp

This is a simple demo for handling udp protocol with netty4.

It is based on Spingboot and netty4.

It has implemented own udp protocol handler converting DatagramPacket to own message type

I hope this is useful for you!