Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 893 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 893 Bytes

Speck

Speck is a small demo to show off Go, turnpike, websockets, WAMP, autobahn.js and Kinetic.js.

Users click in a canvas to create "explosions" which are sent to all connected clients with websockets and displayed in their canvas. The server is written in Go using the turnpike library for websocket handling. The client uses autobahn.js for websocket handling and kinetic.js for animation.

Run it

git clone https://github.com/jcelliott/speck
cd speck
export GOPATH=$(pwd)
go get speck
go install speck
bin/speck
  • Open your browser to localhost:8080
  • Open other browsers to your-ip-address:8080