Small chat system written by React, Socket.IO, Express, HTTP and Cors
React-SocketIO Chat System
The project is a small chat system which socket server has been written by Socket.IO, Express, HTTP, Cors and etc., and React also makes the UI more comfortable.
Screenshots
License
Instructions
- In server folder, use
npm start
command to start the Express.js - In client folder, use
npm start
command to start the CRA - Open
localhost:3000
in 2 browser windows and BOOM! START CHATTING!