由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - How to update button status from node.js server ?
相关主题
java 链表里面dummy node 一问?谢谢Node之父改行golang了
node.js 搞个download folder/file browser这么复杂?javascript可以不用搭服务器来运行吗?
Scala in L问个jvm的题server stop the world
From vert.x to ClojureRe: USER_AGENT: python-requests/2.18.4
Node.js question on identifying 2 different web browser tab/pagesBest practice for updating user data?
consistent hashing实际应用Re: 请教一道题目
求解:socket client用node.js, socket server用c++请问这道题怎么解决?
node.js: how to post date (from backend socket) to the web[合集] 一个链表倒转的问题
相关话题的讨论汇总
话题: update话题: button话题: server话题: status话题: also
进入Programming版参与讨论
1 (共1页)
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
3
push
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 的大作中提到】
: 喔,我倒是已经在用这个了,让我研究下,谢!
1 (共1页)
进入Programming版参与讨论
相关主题
[合集] 一个链表倒转的问题Node.js question on identifying 2 different web browser tab/pages
C++如何实现graph?consistent hashing实际应用
有人set up过 多个node的Cassandra 么? (转载)求解:socket client用node.js, socket server用c++
C++: What is the difference between the two approaches?node.js: how to post date (from backend socket) to the web
java 链表里面dummy node 一问?谢谢Node之父改行golang了
node.js 搞个download folder/file browser这么复杂?javascript可以不用搭服务器来运行吗?
Scala in L问个jvm的题server stop the world
From vert.x to ClojureRe: USER_AGENT: python-requests/2.18.4
相关话题的讨论汇总
话题: update话题: button话题: server话题: status话题: also