Common isomorphic functionality in one kit.
Antonio Hernández 9b655bb052 Fixed route and router to allow for multiple variables in the path. 5 years ago
.gitignore Fixed route and router to allow for multiple variables in the path. 5 years ago
Acknowledgements.md Adding acknowledgements 6 years ago
LICENSE Initial import. 7 years ago
Readme.md Updated repo based links 6 years ago
basicform.go Updated source code to stable state 6 years ago
fetchtemplatebundle.go Updated source code to stable state 6 years ago
form.go Updated source code to stable state 6 years ago
formjs.go Updated source code to stable state 6 years ago
formparams.go Updated source code to stable state 6 years ago
formparamsjs.go Updated source code to stable state 6 years ago
gopherjshandlers.go Updated source code to stable state 6 years ago
isokit.go Updated source code to stable state 6 years ago
opdetails.go Updated source code to stable state 6 years ago
redirect.go Updated source code to stable state 6 years ago
route.go Fixed route and router to allow for multiple variables in the path. 5 years ago
route_test.go Fixed route and router to allow for multiple variables in the path. 5 years ago
router.go Fixed route and router to allow for multiple variables in the path. 5 years ago
serversidehandlers.go Provided facility for template set bundle to be sent in serverless environments, where the ability to write to disk is not available. 5 years ago
static.go Updated source code to stable state 6 years ago
template.go Provided facility for template set bundle to be sent in serverless environments, where the ability to write to disk is not available. 5 years ago
templatebundle.go Updated source code to stable state 6 years ago
templateset.go Provided facility for template set bundle to be sent in serverless environments, where the ability to write to disk is not available. 5 years ago

Readme.md

IsoKit

Go Report Card

The isokit package provides common functionality for developing Isomorphic Go applications.

Installation

IsoKit requires GopherJS.

Get IsoKit

go get -u go.isomorphicgo.org/go/isokit

The Isomorphic Go Project

More information on the benefits of Isomorphic Go applications can be found at the Isomorphic Go Website.

License

IsoKit is licensed under the BSD License. Read the LICENSE file for more information.