1. Why you should learn socket programming? Technology used : Node.js, Angular 8

Опубликовано: 21 Март 2026
на канале: FrontPro
452
14

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...