Python Network Programming Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Writing a simple TCP echo client/server application

After testing with basic socket APIs in Python, let us create a TCP socket server and client now. Here, you will have the chance to utilize your basic knowledge gained in the previous recipes.