HTML5 Multiplayer with Phaser and Go
A basic demonstration of how to build a multi-player game with Phaser
git clone https://github.com/dpogorzelski/phaser_multiplayer_demo.git
cd phaser_multiplayer_demo
go get
go run server.go
Open your browser at http://127.0.0.1:3000