Primarily a personal project and a means to experiment working with web sockets, deploying to AWS, etc.
This application is packaged as a "fat" jar. Tomcat should not be required to run the server. Steps to run:
- Clone the repo
- In project root, run
./gradlew build
- Locate jar file in
build/libs/shiritori.jar
- Open CMD/terminal/PowerShell/etc to file location and run:
java -jar shiritori.jar
to start the server - Once startup is complete, the server should be running at
localhost:80
!