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.
kev/Drawer/KevDrawerServer-New
孙建超 17e6c0d8ae 手动 develop 1 month ago
..
Drawer 手动 develop 1 month ago
Properties 手动 develop 1 month ago
html-root 搬运代码 1 month ago
.gitignore 搬运代码 1 month ago
App.config 手动 develop 1 month ago
EventResponse.cs 手动 develop 1 month ago
EventSocketModule.cs 手动 develop 1 month ago
GlobalSession.cs 搬运代码 1 month ago
JsEvent.cs 手动 develop 1 month ago
JsonUtils.cs 手动 develop 1 month ago
KevDrawServer.csproj 手动 develop 1 month ago
LICENSE 搬运代码 1 month ago
Logger.cs 搬运代码 1 month ago
Program.cs 手动 develop 1 month ago
README.md 搬运代码 1 month ago
ServerService.cs 搬运代码 1 month ago
WebConfig.cs 搬运代码 1 month ago
packages.config 手动 develop 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.