• Stars
    star
    172
  • Rank 220,038 (Top 5 %)
  • Language
    JavaScript
  • Created almost 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

乐观帧同步网页示例,支持断线重连。(使用node.js + socket.io开发)

帧同步网页小游戏

一个乐观帧同步的最简单示例。

  • node.js+socket.io开发
  • 支持断线重连

如何运行

  • 服务端
$ cd server
$ npm install
$ node app.js
  • 客户端(也可使用任意方法启动一个web服务)
$ cd client
$ python3 -m http.server 8080

示例截图