socket.io GWT 的源代码

socket.io source code for GWT

我正在用 GDX 制作一款多人游戏。它适用于 desktop/android 但是当我想用 GWT 编译它时我得到这个错误:

[ERROR] Line 24: No source code is available for type io.socket.client.Socket; did you forget to inherit a required module?
      [ERROR] Line 69: No source code is available for type io.socket.client.IO; did you forget to inherit a required module?
      [ERROR] Line 79: No source code is available for type io.socket.emitter.Emitter.Listener; did you forget to inherit a required module?

我该如何解决这个问题?

Socket.io 与 GWT 不兼容。考虑使用不同的框架,例如 Atmosphere.