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
With Nodejs, we can create real-time application like chat-room. We can use Socket.io, WS or Websocket. Today, we introduce a simple chat application with Nodejs…
Windows 7 32bit Step 1: install Node.js Download the Windows Installer: Eg:http://nodejs.org/dist/v0.10.5/node-v0.10.5-x86.msi You can find more available version of node js here: https://nodejs.org/en/download/releases/ You install…