This is the official source code repository for the Isomorphic Go book published by Packt. The book teaches you how to develop isomorphic web applications using the Go programming language.
ISBN: 9781788394185
A live demo of IGWEB is available at http://igweb.kamesh.com
You can install and run IGWEB, as a multi-container Docker application using the following steps:
go get -u github.com/EngineerKamesh/igb
cd ${GOPATH}/src/github.com/EngineerKamesh/igb/igweb
docker-compose build
docker-compose up
You may access the IGWEB Demo at http://localhost/index
Alternatively, you may install IGWEB on your system, using the standalone instructions
A list of topics covered in the book, along with some animated gif previews, is available here.