Using WebSocket and Socket.io
May 1, 2019
In these four videos, I’ll show you how to create a simple chat app using WebSocket and Socket.io. Part 1 – we’ll create a Node.js application using Express.js framework. Part 2 – Preparing the front-end page to communicate with the server. Part 3 – Build the form for the chat application. Part 4 – Automate push notification.