...

>

Project: Write a UDP Chat App!

Project: Write a UDP Chat App!

Welcome to your UDP project in this course!

Instructions

Writing a chat app is not so different from the capitalization code we saw in the last lesson. The idea is very simple. The client sends a message to the server and the server should respond with one. Both messages should be taken as input from the user. We’ve given you some basic ...