Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 441 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 441 Bytes

websocket_game1

基于Websocket学习(基础)

demo1

websocket实现消息发送接收

demo2,demo3

websocket简单聊天功能

demo4

websocket简单聊天功能优化,通过JSON转换传输对象数据

demo5

socket.io入门,可以直接发送对象,可以自定义事件。

demo6

socket.io改造聊天功能,socket.on监听客户端,io.emit发送广播

game

一个俄罗斯方块游戏,原生JavaScript