April 2020
Intermediate to advanced
716 pages
18h 55m
English
Socket.IO will allow us to add the real-time bidding feature to auctions in the marketplace application. Socket.IO is a JavaScript library with a client-side module that runs in the browser and a server-side module that integrates with Node.js. Integrating these modules with our MERN-based application will enable bidirectional and real-time communication between the clients and the server.
Before we can start using socket.io in our code, we will install the client and server ...