Chat App - Part 2: SocketIO

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

Chat App - Part 1: Setup

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