摘要: 在这个demo中,主要是使用了Tornado中异步的TCP client和server来实现一个简单的echo效果(即客户端发送的message会从server端返回到client)。代码的github链接点这里。 1 Server端代码分析 1 import logging 2 from torn 阅读全文
posted @ 2016-10-21 00:10 LCdre 阅读(343) 评论(0) 推荐(0) 编辑