The goal of the repository is to learn how to enable interaction between backend and frontend applications using STOMP messaging protocol over WebSockets.
Backend app was bootstrapped with Spring Initializr.
To run the app you need Java 8 and use the command:
$ ./mvnw spring-boot:run
Frontend app was bootstrapped with Create React App.
To run the app you need Node.js 8.12.0 and use the command:
$ npm start
Working with STOMP client library implemented into src/App.js