A non blocking UDP server which handles multiple client simultaneously. libevent is used for managing the FD.
Just need to do the make in the directory and it will create a binary. #run ./udpserver
A udp client is added under directory testUdpClient, which can be used to test the server. To compile the client just do