A small repo which has the UDP socket server in node, and UDP client in C, the message is then printed on the webpage
TO run this -
- clone and open this repo in terminal
- type "npm install" and press enter
- type "node udpServer.js" and press enter. Now open a browser and open localhost:3000
- open another terminal of the same repository and type "./clientout"
This sends a message 10 times and this is recieved on the server and is shown on the webpage.