Logo Aaryan's Blog

Socket.io

How to pass socket.io to express routes in files?

Socket.io is a popular library used to enable live (real-time) communication across server and client(s). It uses events to receive to transmit data. We'll be discussing how to use it with Express rou ...

Page 1 of 1