This webapp is supposed to implement John Conway's game of life. The goal is to eventually make the state of the game global to any user that visits the site so they can play together.
To test out the project yourself you can use docker. Download the code and run "docker-compose build" "docker-compose up"