##TodoMVC App for GopherJS and jQuery
This is a 1:1 Port of the original jQuery TodoMVC Implementation to GopherJS.
For html templates Golang's native "html/template" package is used instead.
Testcase, Showcase, Learning Vehicle, Proof of Concept for GopherJS and the jQuery Bindings, Fun ...
$ go get github.com/gopherjs/todomvc
If you want to compile it yourself:
$ gopherjs build app.go
Now open app.html in your src directory
- Original TodoMVC jQuery Example (http://todomvc.com/architecture-examples/jquery)
- GopherJS (https://github.com/gopherjs/gopherjs)
The makers of jQuery, TodoMVC, Golang and GopherJS
Tested with a recent Chrome and Firefox Version