A simple chat app created using React.js , Express and socket.io . The app is hosted on heroku. The server is created using Express which is a simple node.js webframework. The communication between server and client is achieved using socket.io
Client: React, CSS
Server: Node, Express