You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
332 B
Markdown
7 lines
332 B
Markdown
|
1 month ago
|
# EmbedIO Websocket Example
|
||
|
|
|
||
|
|
This example project exchanges messages with the EmbedIO server using WebSockets.
|
||
|
|
You can modify the amount of parallel WebSockets in the `script.js`
|
||
|
|
|
||
|
|
The server waits a short time before answering to simulate real-world processing.
|
||
|
|
Over time, this results in overlapping incoming and outgoing messages.
|