Oreilly - Mark Bates on Go Web Frameworks and Techniques
by | Released August 2015 | ISBN: 9781491938294
Open source Go, the concurrent garbage-collected programming language that scales big and fast, is the emerging language of the Cloud. Russ Cox, technical co-leader of the Go Project at Google, described Go at a Boston area Google Developers Group meeting this way, “Go is a fast, fun, and productive language for writing programs.”In this third in a series video about how to program with Go, Mark Bates, Go expert extraordinaire, ladles a big helping of the special Go sauce that makes this language so tasty. There is a lot to consume in this serving—22 segments—so settle in for a big meal. Build and test a basic web app in Go Handle and test multi-part file uploads Bundle, access and serve static assets like templates and JavaScript Build a router with TDD, then test Pat and Mux, the popular 3rd party routers Create a middleware stack for HTTP, use it to understand how Go manages variable context Render JSON, XML and more with Package Work with EventSource, Goth, Gopher JS, the Revel web framework, HttpRouter, Echo, and go.rice Get more on the ins and outs of JSON encoding/decoding Produce a scalable echo server using Gorilla Web Toolkit's WebSocket Configure Go to serve content over HTTP and HTTPS; Build a proxy server to a back-end Rails app Show and hide more Publisher resources View/Submit Errata
- Go Templates 00:14:37
- Basic Web Apps 00:13:59
- Testing Go Web Apps 00:17:21
- File Uploads in Go 00:16:20
- Bundling Assets 00:11:25
- Routing Part 1 00:12:46
- Routing Part 2 00:21:31
- Middleware 00:19:05
- Render 00:12:27
- EventSource with Go 00:16:45
- Goth 00:15:22
- GopherJS 00:15:30
- Revel Part 1 00:16:24
- Revel Part 2 00:18:50
- Revel Part 3 00:17:10
- HttpRouter 00:18:32
- go.rice 00:11:46
- JSON 00:14:54
- Websockets Part 1 00:18:47
- Websockets Part 2 00:13:06
- HTTPS 00:15:16
- Echo 00:19:33
Show and hide more