fabioberger / gopherjs-router

A client-side router written in go that compiles to javascript via gopherjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gopherjs-router

GoDoc

A client-side router written in go that compiles to javascript via gopherjs

Running the Example

The example directory contains an example of how to use gopherjs-router. To run it, simply serve and visit example/index.html in your browser. If you have python installed, in the example directory you can run the following command:

python -m SimpleHTTPServer

Then visit http://localhost:8000 to see the router in action.

About

A client-side router written in go that compiles to javascript via gopherjs


Languages

Language:JavaScript 98.7%Language:Go 1.3%