Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How We Use Go To Do Web Development

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for Jinzhu Jinzhu
November 15, 2015

How We Use Go To Do Web Development

GDG DevFest 2015 @ HangZhou

Avatar for Jinzhu

Jinzhu

November 15, 2015
Tweet

Other Decks in Programming

Transcript

  1. How we use Go to do web development Jinzhu @

    The Plant github.com/jinzhu
  2. MVC - Model • Hand Written SQL • ORM ->

    Gorm github.com/jinzhu/gorm
  3. MVC - View • Browser Side Views -> React •

    Server Side Views -> Go Template
  4. Deployment • Single Binary File -> Bindata github.com/jteeuwen/go-bindata • Deploy

    binary file to server -> Harp github.com/bom-d-van/harp
  5. QOR