This is my implementation of Conway's Game of Life. I made this to learn more about websockets and parsing/stringifying JSON objects when communicating over a websocket. The logic runs on a node server, and passes the updated information to the static front end via websockets.
You can view this on http://conways-peter.herokuapp.com/ (The heroku dyno will take about 10 seconds to spin up!)