浏览代码

how to websocket. some questions.

Lucas Stadler 11 年之前
父节点
当前提交
c114be7200
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      js/babl/README.md

+ 5 - 0
js/babl/README.md

@ -17,6 +17,11 @@ a simple, web-based chat server using websockets.
17 17
  hubot? (setup is quite complex, need to understand quite a few
18 18
  different parts)
19 19
20
## wishlist
21
22
* how do we websocket efficiently? should we batch (both client and
23
  server), should/could we send binary?
24
20 25
## api playground
21 26
22 27
here are some ideas how the api could look.