It is client application for chat application. Client makes request to websocket broker which is written in spring and establish full-duplex two way communication.
To start the project.
- Clone the repository
- npm install to install the package dependencies specified in package.json
- npm start to start the node server
Code explanation is included in my article : https://helptechcommunity.wordpress.com/2020/01/28/websocket-chat-application-using-spring-boot-and-react-js/