Part 2 of a series in building a simple chat application with a pure javascript stack. This post covers using SocketIO for bi-directional communication between client and server. »
Part 1 of a series in building a simple chat application with a pure javascript stack. We will use SocketIO, NodeJS, and ReactJS. This post will cover the initial setup of the project. »