完成了WebSocket的编写

This commit is contained in:
astaxie
2012-10-09 17:02:28 +08:00
parent 5a3db1f0a6
commit a6a9613a3f
8 changed files with 145 additions and 5 deletions

2
8.1.md
View File

@@ -285,7 +285,7 @@ Go语言包中处理UDP Socket和TCP Socket不同的地方就是在处理服务
import (
"fmt"
"net"
"net"
"os"
"time"
)