##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
$ gopherjs serve
Now open http://localhost:8080/github.com/gopherjs/todomvc in your favorite browser
- Original TodoMVC jQuery Example (http://todomvc.com/examples/jquery)
- GopherJS (https://github.com/gopherjs/gopherjs)
The makers of jQuery, TodoMVC, Golang and GopherJS
Tested with a recent Chrome and Firefox Version