jwrichard / CSC462PlaysPokemon

Twitch Plays Pokemon - Distributed Systems Version
1 stars 0 forks source link

Create GET route handler for current move to be made #5

Open jwrichard opened 8 years ago

jwrichard commented 8 years ago

When master makes a decision, it should push that decision along with some sort of identifying unique id (timestamp? sequence number?) with it to a file so that the Pokemon client can pickup on it

MisterPotter commented 8 years ago

I'd be happy to do this. Have we decided on hosting? I could run this service on a docker container.

jwrichard commented 8 years ago

Yeah in the readme.md the details of the master node are there. AWS Ubuntu Server instance. Apache server already running, and golang should be installed. Should probably install git, then checkout the project and make a new folder for the Go stuff. I can template this is need be