Skip to content

jcelliott/speck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A demo of Go, turnpike, websockets, WAMP, and Kinetic.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published