What is Socket.IO Tutorial?
Socket.IO allows real-time bidirectional event-based communication. It works on all platforms, browser or device, focusing uniformly on dependability and speed. Socket.IO is built on top of the Web Sockets API (Client side) and Node.js. It is one of the most depended-upon library on npm.
Beginners & Freshers
This tutorial has been shaped for anyone who has a fundamental knowledge of HTML, Javascript and node.js work. After finishing this tutorial you’ll be capable to build moderately complex real-time websites, back ends for you mobile applications and push notification systems.
Requirement :
You should have a basic knowledge of HTML, Javascript and Node.js. If you are not familiar with these, we’ll suggest you to go all the way through those tutorials first. We’ll be using Express to ease generating servers, it’s not a must qualification though.