Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:comet:simple-php-chat-example [2018/02/18 01:04] anastation468 [Step 2. send message to server] |
en:comet:simple-php-chat-example [2019/12/18 02:05] (current) |
||
|---|---|---|---|
| Line 64: | Line 64: | ||
| - | ====== Step 3. receive message from comet server ====== | + | ====== Step 3. Receive message from comet server ====== |
| - | subscription Code to the pipe on comet server. This callback will be called when somebody sends message into channel `simplechat` | + | Subscription code to the pipe on comet server. This callback will be called when somebody sends message into channel `simplechat` |
| <code JavaScript> | <code JavaScript> | ||