w*s 发帖数: 7227 | 1 Sorry i feel like a dummy in node.
Node.js server is doing stuff, once it finishes, i want to update the button
in the web browser from "working" to "finished", how to do it please ?
Also can you update all the sessions, e.g. all the browsers of the same page
in different PCs ?
Thanks you all ! |
c*********e 发帖数: 16335 | 2 ajax 或者 socket.io
button
page
【在 w*s 的大作中提到】 : Sorry i feel like a dummy in node. : Node.js server is doing stuff, once it finishes, i want to update the button : in the web browser from "working" to "finished", how to do it please ? : Also can you update all the sessions, e.g. all the browsers of the same page : in different PCs ? : Thanks you all !
|
l**********n 发帖数: 8443 | |
w*s 发帖数: 7227 | 4 老大,我找了好久还没找到例子 。。。
【在 l**********n 的大作中提到】 : push
|
c*********e 发帖数: 16335 | 5 果然是新手。
【在 w*s 的大作中提到】 : 老大,我找了好久还没找到例子 。。。
|
l**********n 发帖数: 8443 | 6 你也可以poll吧。简单些。
【在 w*s 的大作中提到】 : 老大,我找了好久还没找到例子 。。。
|
c*********e 发帖数: 16335 | 7 node.js有web socket,没必要poll
【在 l**********n 的大作中提到】 : 你也可以poll吧。简单些。
|
w*s 发帖数: 7227 | 8 老大,有空帮我找个push的例子吧,我search keyword不对,出来结果都不是。
赞美老大!
【在 l**********n 的大作中提到】 : 你也可以poll吧。简单些。
|
w*s 发帖数: 7227 | 9 i'm using node 0.10
【在 c*********e 的大作中提到】 : node.js有web socket,没必要poll
|
c*********e 发帖数: 16335 | 10 我都给你指了正确方向了,google socket.io
【在 w*s 的大作中提到】 : i'm using node 0.10
|
w*s 发帖数: 7227 | 11 喔,我倒是已经在用这个了,让我研究下,谢!
【在 c*********e 的大作中提到】 : 我都给你指了正确方向了,google socket.io
|
l**********n 发帖数: 8443 | 12 primus
https://github.com/primus/primus
【在 w*s 的大作中提到】 : 喔,我倒是已经在用这个了,让我研究下,谢!
|