This is the React comment box example from the React tutorial.
This project entails creating a simple chat platform from the existing project. The additions that have to be made are as follows:
- Usage of Vanilla instead of JQuery as in orinigal repo.
- Usage of Socket.IO for server client communication.
- Refining the React based UI
npm install
node server.js