Hello World Tcp Server Using Sockets
|
|
|
||||||||||||
Description: In this video we will look at how to make a TCP Server. To keep things simple to understand, this will be a Hello World server i.e. it will send a connected Client the string "Hello World" and finish servicing the Client. The most interesting aspect of this video is that it is a "type with me exercise" - the user can type along to understand all the programming constructs better. Links:
1. Beej's Socket Programming guide
2. Client Server programming using sockets
3. Unix Network Programming
4. Raw Socket programming basics







