/ChatApplication

Spring boot websocket backend and reactjs client

Primary LanguageJava

ChatApplication

Spring boot websocket backend and reactjs client

Tutorial Link

Server: - Spring boot Websocket

Client - ReactJS

ReactJS screen

Chat screen

To start:

Client

    - npm install (in the react-client folder)
    - npm start

Server

    - mvn spring-boot:run (in the spring-ws-server)