Extend - Networks
Create a simple server which sends the string "Hello World!" to any client that connects to it.
Now that you've seen how easy it is to create a server, try adding additional functionality to your server. For example, have your server tell the client the current time. While this may seem fairly straight-forward, this is exactly what's happening when you tell your computer to update it's clock from an NTP server!
What other kinds of servers can you create? |