Video tutorial on how to build a chat app using JavaScript

This is a short tutorial, only about 15 minutes, on how to build a chat web-app with JavaScript. You will use Node JS and 3 npm modules, most importantly socket.io which makes the chat functionality possible.

I’ve purposefully made this program as simple as possible to make it easy for you guys to adapt the chat functionality to your own purposes.

Here it is: http://www.leafie.io/tutorials/javascript

2 Likes