Echo Quick Start Guide - Helion
Tytuł oryginału: Echo Quick Start Guide
ISBN: 978-17-891-3112-3
Format: ebook
Data wydania: 2018-05-30
Księgarnia: Helion
Cena książki: 89,90 zł
Echo is a leading framework for creating web applications with the Go language. This book will show you how to develop scalable real-world web apps, RESTful services, and backend systems with Echo.
Key Features
- The easiest way to learn how to build web apps with Echo
- Build a full working project
- For Go developers with only basic web development knowledge required
Book Description
Echo is a leading framework for creating web applications with the Go language. This book will show you how to develop scalable real-world web apps, RESTful services, and backend systems with Echo.
After a thorough understanding of the basics, you'll be introduced to all the concepts for a building real-world web system with Echo. You will start with the the Go HTTP standard library, and setting up your work environment. You will move on to Echo handlers, group routing, data binding, and middleware processing. After that, you will learn how to test your Go application and use templates.
By the end of this book you will be able to build your very own high performance apps using Echo.
A Quick Start Guide is a focussed, shorter title which provides a faster paced introduction to a technology. They are for people who don't need all the detail at this point in their learning curve. The presentation has been streamlined to concentrate on the things you really need to know, rather than everything.
What you will learn
- Key design considerations for high performance Echo applications
- How Echo handles routing
- How context is managed through the lifetime of the request and response pipeline
- Decrease complexity of your apps by developing middleware functions
- Interact with the request through request data bindings
- Interact with the response through response data renderings within the framework
- Use Echo's logging and error handling facilities
- Render Go templates within Echo to allow for server side rendering of content
Who this book is for
You will need to know the basics of the Go language, and the general concepts of web development.
Osoby które kupowały "Echo Quick Start Guide", wybierały także:
- Mastering MEAN Stack 88,72 zł, (67,43 zł -24%)
- Psychology of UX Design 88,72 zł, (67,43 zł -24%)
- Time Is Money. The Business Value of Web Performance 74,99 zł, (63,74 zł -15%)
- SVG Text Layout. Words as Art 94,98 zł, (80,73 zł -15%)
- Discussing Design. Improving Communication and Collaboration through Critique 94,98 zł, (80,73 zł -15%)
Spis treści
Echo Quick Start Guide. Build lightweight and high-performance web apps with Echo eBook -- spis treści
- 1. Understanding HTTP, Go and Echo
- 2. Developing Echo Projects
- 3. Exploring Routing Capabilities
- 4. Implementing Middleware
- 5. Utilizing Request Context and Data Bindings
- 6. Performing Logging and Error Handling
- 7. Testing Applications
- 8. Providing Templates and Static Content