Testing the recursive resolver
This will be very straightforward.
So without any delay head over to src/udp-server.test.ts
Initial setup
Add all required imports
Start up a udpSocket on udp4
TEST_PORT & TEST_HOST signify the host and port on which our actual udp server is runni...
ronitpanda.hashnode.dev7 min read