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
孙建超 c3e33274b9 搬运代码 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.