Course
Skills Expanded
Building Better Go Web Apps with the Gorilla Toolkit
This course will introduce the Gorilla Toolkit and show how each of its packages can be used to enhance a Go-powered web application.
What you'll learn
Go comes packaged with a great set of tools and libraries to get you started developing web applications, but there are some gaps that make it difficult to create a complete solution. In this course, I will introduce you to the Gorilla Toolkit, a set of packages that augments Go’s base libraries to add critical features like parameterized routing and session management.
Table of contents
Introduction
29mins
Gorilla/Mux: Parameterized Routing
40mins
Gorilla/Reverse: Creating Strongly Typed Routes
30mins
Gorilla/Context: Sharing Data Between Application Layers
21mins
Gorilla/Schema: Binding Form Data
20mins
Gorilla/Securecookie: Securing Sensitive Information
27mins
Gorilla/RPC: Creating Remote Procedure Calls
35mins
Gorilla/Sessions: Persisting Information Between Calls
27mins
Gorilla/WebSocket: Real-time Communication with WebSockets
30mins