The server side of the Chess game over Kafka project. Contains RESTful web services. After building the project, a war file is produced. You have to deploy this war file to Apache Tomcat and install the database
m111 and the Kafka server at the same machine Tomcat runs. Then, the services are available under the path http://x.x.x.x:8080/chess-ws/rest, where x.x.x.x is the IP of the hosting machine.