Isomorphic Go by Kamesh Balasubramanian
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
Live Demo
A live demo of IGWEB is available at http://igweb.kamesh.com
Installation Instructions
Docker
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
Standalone
Alternatively, you may install IGWEB on your system, using the standalone instructions
Topics Covered
A list of topics covered in the book, along with some animated gif previews, is available here.
Errata List
A list of errata will be maintained to inform readers of errors and typos found in the book.