hrothwell / shiritori

Primarily a personal project and a means to experiment working with web sockets, deploying to AWS, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shiritori

Primarily a personal project and a means to experiment working with web sockets, deploying to AWS, etc.

Running

This application is packaged as a "fat" jar. Tomcat should not be required to run the server. Steps to run:

  1. Clone the repo
  2. In project root, run ./gradlew build
  3. Locate jar file in build/libs/shiritori.jar
  4. Open CMD/terminal/PowerShell/etc to file location and run: java -jar shiritori.jar to start the server
  5. Once startup is complete, the server should be running at localhost:80!

theratden.com decomissioned as of Nov 6th, 2022. (Free year of AWS expired)

About

Primarily a personal project and a means to experiment working with web sockets, deploying to AWS, etc.


Languages

Language:Java 45.7%Language:CSS 30.3%Language:JavaScript 15.8%Language:HTML 8.2%