Echo Quick Start Guide J. Ben Huson Author

Echo Quick Start Guide J. Ben Huson Author
Brand: Packt Publishing
25.99 USD
Buy Now

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. The easiest way to learn how to build web apps with EchoBuild a full working projectFor Go developers with only basic web development knowledge requiredEcho 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.Key design considerations for high performance Echo applicationsHow Echo handles routingHow context is managed through the lifetime of the request and response pipelineDecrease complexity of your apps by developing middleware functionsInteract with the request through request data bindingsInteract with the response through response data renderings within the frameworkUse Echo’s logging and error handling facilitiesRender Go templates within Echo to allow for server side rendering of contentYou will need to know the basics of the Go language, and the general concepts of web development.