html5 websocket + node.js 實現網頁聊天室

1 client:    socket.io    server:   node.js +  express  + socket.io   一個簡單的聊天室  demo,沒有註冊,內置了一些測試用戶 2 client 關鍵代碼 var socket = io.connect('http://localhost:8080'); socket.on('connect',function(){
相關文章
相關標籤/搜索