본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

[체험판] Isomorphic Go 상세페이지

[체험판] Isomorphic Go

Learn how to build modern isomorphic web applications using the Go programming language, GopherJS, and the Isomorphic Go toolkit

  • 관심 0
소장
판매가
무료
출간 정보
  • 2017.12.29 전자책 출간
듣기 기능
TTS(듣기) 지원
파일 정보
  • PDF
  • 57 쪽
  • 36.2MB
지원 환경
  • PC뷰어
  • PAPER
ISBN
9781788398800
ECN
-

이 작품의 시리즈더보기

  • [체험판] Isomorphic Go (Kamesh Balasubra)
  • Isomorphic Go (Kamesh Balasubra)
[체험판] Isomorphic Go

작품 정보

▶Book Description
Isomorphic Go is the methodology to create isomorphic web applications using the Go programming language. Isomorphic web applications have the capability to reuse code across environments, increasing the synergy between the web server and the web browser. This book is a hands-on guide that will show you how to build and deploy an Isomorphic Go web application.

Isomorphic Go begins with an in-depth exploration of the benefits provided by the isomorphic web application architecture. You'll be introduced to the Isomorphic Go toolchain, and how it can help you write Go code that functions across environments. You'll learn how to create Go programs in the web browser using GopherJS and how to render isomorphic templates. Then you'll be introduced to end-to-end application routing, use isomorphic handoff to seamlessly transition state from the web server to the web browser, and compose isomorphic forms that have the ability to reuse form validation logic. You'll be exposed to advanced concepts including the implementation of real-time web application functionality with websockets and the creation of reusable components (cogs) that are rendered using the virtual DOM. Finally, you'll see how to deploy an Isomorphic Go web application to a production environment.

▶What You Will Learn
⦁ Create Go programs inside the web browser using GopherJS
⦁ Render isomorphic templates on both the client side and the server side
⦁ Perform end-to-end application routing for greater search engine discoverability and an enhanced user experience
⦁ Implement isomorphic handoff to seamlessly transition state between the web server and the web browser
⦁ Build real-time web application functionality with websockets
⦁ Create reusable components (cogs) that are rendered using the virtual DOM
⦁ Deploy an Isomorphic Go application for production use

▶Key Features
⦁ Learn how to build Isomorphic Go web applications
⦁ Neatly organize your isomorphic codebase to enhance the maintainability of your application
⦁ Leverage the same Go code across the web server and the web browser

▶Who This Book Is For
This book addresses readers who have had prior experience with the Go programming language and understand the language's essential concepts. It is also assumed that the reader has had prior experience with basic web development. No previous knowledge of isomorphic web application development is required. Since this book follows an idiomatic approach using Go, it is not necessary that the reader should have had prior experience using JavaScript or any tools or libraries within the JavaScript ecosystem.

▶What this book covers
⦁ Chapter 1, Isomorphic Web Applications with Go, presents the benefits of the isomorphic web application architecture and explains why Go makes a compelling choice for the creation of isomorphic web applications.
⦁ Chapter 2, The Isomorphic Go Toolchain, guides you through the process of installing the Isomorphic Go toolchain, introduces you to the IGWEB project, walks you through the project file structure, provides the project roadmap, and highlights some coding techniques used over the course of the book.
⦁ Chapter 3, Go on the Front-End with GopherJS, introduces you to programming with Go on the front-end using GopherJS. We show you how to perform basic DOM operations, change the CSS style property of elements, call built-in JavaScript functionality, make XHR calls,
encode data in the gob format, render inline templates, and create a local storage inspector.
⦁ Chapter 4, Isomorphic Templates, introduces the web template system consisting of the template engine, the template data object, and the template. It shows you how to organize templates based on their purpose. It explains the concept of isomorphic template rendering, and shows you how to create an in-memory template set that can be utilized across environments.
⦁ Chapter 5, End-to-End Routing, explains how to register server-side routes using the Gorilla Mux router, and also shows you how to register client-side routes using the isokit router. It also shows you how to create server-side Rest API endpoints that handle XHR requests.
⦁ Chapter 6, Isomorphic Handoff, introduces you to the concept of isomorphic handoff, the ability to pass state from the server to the client. It shows you how to implement isomorphic handoff using the ERDA (Encode-Register-Decode-Attach) strategy. It also shows you how to verify that isomorphic handoff has been implemented successfully.
⦁ Chapter 7, The Isomorphic Web Form, shows you how to build an accessible isomorphic web form, having the ability to share both form code as well as validation logic across environments. It shows you how to ensure that the form functions for web browsers that don't have a JavaScript runtime, and also shows you how to perform client-side form validation for web browsers that do.
⦁ Chapter 8, Real-Time Web Application Functionality, shows you how to implement real-time web application functionality in the form of a live chat feature. It shows you how to create a chat bot that can answer simple questions about Isomorphic Go. It also shows you how to gracefully shut down the feature if the internet connection is interrupted.
⦁ Chapter 9, Cogs –. Reusable Components, introduces you to cogs, reusable components that can be implemented either exclusively in Go (pure cogs) or with Go and JavaScript (hybrid cogs). It explains the anatomy of a cog by exploring its file structure. It also explains how cogs utilize a virtual DOM to render their contents in an efficient manner.
⦁ Chapter 10, Testing an Isomorphic Go Web Application, shows you how to implement automated end-to-end testing to verify the functionality of an Isomorphic Go web application. It shows you how to verify server-side functionality by implementing tests using Go's testing package. It shows you how to verify client-side functionality by implementing CasperJS tests to test multiple user interaction scenarios on the client-side.
⦁ Chapter 11, Deploying an Isomorphic Go Web Application, explains how an Isomorphic Go web application behaves in production mode. It shows you how to deploy an Isomorphic Go web application to a standalone server in the cloud. It also shows you how to deploy an
Isomorphic Go web application as a multi-container Docker application running in the cloud.
⦁ Appendix, Debugging Isomorphic Go, guides you through the process of debugging an Isomorphic Go web application. It shows you how to identify compiler/transpiler errors, examine panic stack traces, and trace code to pinpoint the source of issues.

작가 소개

⦁Kamesh Balasubramanian
Kamesh Balasubramanian is the founder and CEO of Wirecog, LLC. He is the inventor of Wireframe Cognition (Wirecog), a patented, award-winning technology. He has over two decades of software engineering experience, and has created acclaimed solutions in numerous business sectors.

Kamesh is passionate about using the Go programming language for full-stack web development. He is the founder of the Isomorphic Go and the UX toolkit open source projects. He has authored several titles on Go programming published by Packt Publishing.

As a thought leader, Kamesh has delivered insightful talks and presentations on emerging technology at GopherCon India, MIT, and The World Maker Faire (New York Hall of Science). He is also a contributor to Silicon India Magazine.

Kamesh earned his bachelor's degree in Computer Engineering at California State University, Northridge (CSUN).

리뷰

0.0

구매자 별점
0명 평가

이 작품을 평가해 주세요!

건전한 리뷰 정착 및 양질의 리뷰를 위해 아래 해당하는 리뷰는 비공개 조치될 수 있음을 안내드립니다.
  1. 타인에게 불쾌감을 주는 욕설
  2. 비속어나 타인을 비방하는 내용
  3. 특정 종교, 민족, 계층을 비방하는 내용
  4. 해당 작품의 줄거리나 리디 서비스 이용과 관련이 없는 내용
  5. 의미를 알 수 없는 내용
  6. 광고 및 반복적인 글을 게시하여 서비스 품질을 떨어트리는 내용
  7. 저작권상 문제의 소지가 있는 내용
  8. 다른 리뷰에 대한 반박이나 논쟁을 유발하는 내용
* 결말을 예상할 수 있는 리뷰는 자제하여 주시기 바랍니다.
이 외에도 건전한 리뷰 문화 형성을 위한 운영 목적과 취지에 맞지 않는 내용은 담당자에 의해 리뷰가 비공개 처리가 될 수 있습니다.
아직 등록된 리뷰가 없습니다.
첫 번째 리뷰를 남겨주세요!
'구매자' 표시는 유료 작품 결제 후 다운로드하거나 리디셀렉트 작품을 다운로드 한 경우에만 표시됩니다.
무료 작품 (프로모션 등으로 무료로 전환된 작품 포함)
'구매자'로 표시되지 않습니다.
시리즈 내 무료 작품
'구매자'로 표시되지 않습니다. 하지만 같은 시리즈의 유료 작품을 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
작품을 영구 삭제해도 '구매자' 표시는 남아있습니다.
결제 취소
'구매자' 표시가 자동으로 사라집니다.

개발/프로그래밍 베스트더보기

  • 나만의 MCP 서버 만들기 with 커서 AI (서지영)
  • 핸즈온 LLM (제이 알아마르, 마르턴 흐루턴도르스트)
  • 개정2판 | 인프라 엔지니어의 교과서 (사노 유타카, 김성훈)
  • 조코딩의 랭체인으로 AI 에이전트 서비스 만들기 (우성우, 조동근)
  • 아키텍트 첫걸음 (요네쿠보 다케시, 조다롱)
  • 지속적 배포 (발렌티나 세르빌, 이일웅)
  • 개발자를 위한 IT 영어 온보딩 가이드 (장진호)
  • 개정2판 | 파인만의 컴퓨터 강의 (리처드 파인만, 서환수)
  • Do it! LLM을 활용한 AI 에이전트 개발 입문 (이성용)
  • 테디노트의 랭체인을 활용한 RAG 비법노트_기본편 (이경록(테디노트))
  • 랭체인과 랭그래프로 구현하는 RAG・AI 에이전트 실전 입문 (니시미 마사히로, 요시다 신고)
  • 생성형 AI를 위한 프롬프트 엔지니어링 (제임스 피닉스, 마이크 테일러)
  • 주니어 백엔드 개발자가 반드시 알아야 할 실무 지식 (최범균)
  • 조코딩의 AI 비트코인 자동 매매 시스템 만들기 (조동근)
  • 개정판 | 혼자 공부하는 머신러닝+딥러닝 (박해선)
  • Node js로 배우는 서버 사이드 개발 (강민정)
  • 최고의 프롬프트 엔지니어링 강의 (김진중)
  • 타입스크립트, 리액트, Next.js로 배우는 실전 웹 애플리케이션 개발 (테지마 타쿠야, 요시다 타케토)
  • 혼자 공부하는 데이터 분석 with 파이썬 (박해선)
  • 사용자를 사로잡는 UXUI 실전 가이드 (김성연(우디))

본문 끝 최상단으로 돌아가기

spinner
앱으로 연결해서 다운로드하시겠습니까?
닫기 버튼
대여한 작품은 다운로드 시점부터 대여가 시작됩니다.
앱으로 연결해서 보시겠습니까?
닫기 버튼
앱이 설치되어 있지 않으면 앱 다운로드로 자동 연결됩니다.
모바일 버전