A simplest chat application Using React, Express and Socket.IO Demo To start the server, inside server directory: Do npm install Run node index.js To start the client, in client directory: Do npm install Run npm start