I have created a chat application in Java using Java Sockets. Now I want to connect the Java Server of chat application with the front end in ReactJS. I want to know how can I achieve it.
Till now i have created a Chat application in Java, where i created a Server and Client are connected using Java Sockets. I also have a frontend in ReactJS. I am confused how Can I connect my frontend ReactJS with the Java Server, since i have used Java Sockets in the server and there is no Java Sockets in Reactjs.