Socket programming is a very important concept in web development. This video series builds understanding of socket programing by developing real time dashboard from scratch.
One should have basic knowledge of Angular 2 or it's greater version along with node.js.
In this series two event based libraries are being used socket.io and socket.io-client.
Next video
2. Socket programming - Node.js | Socket.io | Semantic Versioning
• 2. How to pick correct NPM(s) in socket pr...
Download code.
There are two branches
socketClient - For client code
socketServer - For server code
https://github.com/SapanRoy/socketpro...