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.
|
|
1 month ago | |
|---|---|---|
| .. | ||
| Drawer | 1 month ago | |
| Properties | 1 month ago | |
| html-root | 1 month ago | |
| .gitignore | 1 month ago | |
| App.config | 1 month ago | |
| EventResponse.cs | 1 month ago | |
| EventSocketModule.cs | 1 month ago | |
| GlobalSession.cs | 1 month ago | |
| JsEvent.cs | 1 month ago | |
| JsonUtils.cs | 1 month ago | |
| KevDrawServer.csproj | 1 month ago | |
| LICENSE | 1 month ago | |
| Logger.cs | 1 month ago | |
| Program.cs | 1 month ago | |
| README.md | 1 month ago | |
| ServerService.cs | 1 month ago | |
| WebConfig.cs | 1 month ago | |
| packages.config | 1 month ago | |
README.md
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.