We use lua-resty-websocket to create websocket server: https://github.com/openresty/lua-resty-websocket Solution: don’t use send_text, should use send_binary
We use lua-resty-websocket to create websocket server: https://github.com/openresty/lua-resty-websocket And we see in log file: Solution: chunk data then send each chunk: We use some value…
Example using NestJS with Socket.IO and Redis File adapters/redis-io.adapter.ts File main.ts File events/events.gateway.ts File events/events.module.ts Run test app. File test.html
Step 1: Download http://www.fritz-elfert.de/downloads/FreeRDP-WebConnect-1.0.0.167-Setup.exe then run it to begin setup. Suppose that you choose setup directory is C:\Program Files (x86)\FreeRDP-WebConnect, go to this folder and…
Previous tutorial: Example chat application using Nodejs + Socket.io With Nodejs, we can create real-time application like chat-room. We can use Socket.io, WS or Websocket.…