zs 158b7f0b78 修改音频上传 和mq před 1 rokem
..
chat 158b7f0b78 修改音频上传 和mq před 1 rokem
css 158b7f0b78 修改音频上传 和mq před 1 rokem
webworker 158b7f0b78 修改音频上传 和mq před 1 rokem
README.md 158b7f0b78 修改音频上传 和mq před 1 rokem
index.html 158b7f0b78 修改音频上传 和mq před 1 rokem
server.js 158b7f0b78 修改音频上传 和mq před 1 rokem

README.md

STOMP Over WebSocket Examples

To run the examples, start a local HTPP server:

$ node server.js

The Chat example shows how to use stomp.js to send and receive STOMP messages directly from the Web browser.

The WebWorker example uses a WebWorker to send and receive STOMP messages from the broker.