๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Echo Quick Start Guide

โœ Scribed by J. Ben Huson


Publisher
Packt Publishing
Year
2018
Tongue
English
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


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.

About This Book

  • 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

    Who This Book Is For

    You will need to know the basics of the Go language, and the general concepts of web development.

    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

    In Detail

    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.

    Style and approach

    This book creates a working example of a web application written with the Echo framework, and shows you enough of Echo to give context for a developer to bootstrap a high performance web application with the smallest amount of development time.

  • โœฆ Subjects


    Computer Technology, Nonfiction, COM060080, COM060160, COM060180


    ๐Ÿ“œ SIMILAR VOLUMES


    Arduino: A Quick Start Guide (Quick Star
    โœ Maik Schmidt ๐Ÿ“‚ Library ๐Ÿ“… 2011 ๐Ÿ› Pragmatic Bookshelf ๐ŸŒ English

    With this Quick-Start Guide you'll be creating your first gadgets within a few minutes, following the step-by-step instructions and photos throughout the book. You'll build your own motion-sensing game controller with a three-axis accelerometer, connect the Arduino to the Internet and program both