توضیحات
Learning about isomorphic development in Go leads to a unified view of web and back-end development: It extends the remit of a server-side programming language to the browser.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 Book DescriptionIsomorphic 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 Who This Book Is ForThis book addresses web developers, who are comfortable with JavaScript and the full web development cycle. You may or may not be experienced in isomorphic development, but should have a basic understanding of Go’s syntax.Table of Contents Isomorphic Web Applications with Go Isomorphic Go Toolchain Go on the Front-End with GopherJS Isomorphic Templates End-to-End Routing Isomorphic Handoff The Isomorphic Web Forms Real-Time Web Application Functionality Cogs Reusable Components Testing an Isomorphic Go Web Application Deploying an Isomorphic Go Web Application Appendix: Debugging Isomorphic Go
————————————————————–
ترجمه ماشینی :
یادگیری در مورد توسعه ایزومورفیک در Go منجر به دید یکپارچه از توسعه وب و بکاند میشود: این امر حوزه اختیارات یک زبان برنامهنویسی سمت سرور را به مرورگر گسترش میدهد. ویژگیهای کلیدی نحوه ساخت برنامههای وب Isomorphic Go را بیاموزید پایگاه کد همشکل خود را منظم سازماندهی کنید. قابلیت نگهداری برنامه خود را افزایش دهید از همان کد Go در سرور وب و مرورگر وب استفاده کنید. برنامه های کاربردی وب ایزومورفیک قابلیت استفاده مجدد از کد در سراسر محیط ها را دارند که باعث افزایش هم افزایی بین وب سرور و مرورگر وب می شود. این کتاب یک راهنمای عملی است که به شما نشان میدهد چگونه یک برنامه وب Isomorphic Go را بسازید و به کار بگیرید. Isomorphic Go با کاوش عمیق در مورد مزایای ارائه شده توسط معماری برنامه وب ایزومورفیک آغاز میشود. شما با زنجیره ابزار Isomorphic Go آشنا خواهید شد و اینکه چگونه می تواند به شما در نوشتن کد Go که در محیط ها کار می کند کمک کند. شما یاد خواهید گرفت که چگونه برنامه های Go را در مرورگر وب با استفاده از GopherJS ایجاد کنید و چگونه الگوهای همواری را رندر کنید. سپس با مسیریابی برنامههای انتها به انتها آشنا میشوید، برای انتقال بیوقفه حالت از سرور وب به مرورگر وب، از انتقال همشکل استفاده میکنید و فرمهای هممورفیک را مینویسید که توانایی استفاده مجدد از منطق اعتبارسنجی فرم را دارند. شما در معرض مفاهیم پیشرفته ای از جمله اجرای عملکرد برنامه وب در زمان واقعی با سوکت های وب و ایجاد اجزای قابل استفاده مجدد (دنده) خواهید بود که با استفاده از DOM مجازی ارائه می شوند. در نهایت، نحوه استقرار یک برنامه وب Isomorphic Go را در یک محیط تولیدی خواهید دید. آنچه یاد خواهید گرفت ایجاد برنامه های Go در داخل مرورگر وب با استفاده از الگوهای ایزومورفیک GopherJS Render در سمت کلاینت و سمت سرور انجام دهید. مسیریابی برنامه برای قابلیت کشف بیشتر موتور جستجو و تجربه کاربری پیشرفته پیاده سازی انتقال ایزومورفیک به حالت انتقال یکپارچه بین وب سرور و مرورگر وب ایجاد عملکرد برنامه وب در زمان واقعی با سوکت های وب ایجاد اجزای قابل استفاده مجدد (دنده) که با استفاده از DOM Deploy مجازی ارائه می شوند. یک برنامه Isomorphic Go برای استفاده تولید کتاب Who This Book Is ForThis توسعه دهندگان وب را که با جاوا اسکریپت و چرخه کامل توسعه وب راحت هستند، مورد خطاب قرار می دهد. ممکن است در توسعه ایزومورفیک تجربه داشته باشید یا نداشته باشید، اما باید درک اولیه ای از نحو Go داشته باشید. فهرست مطالب برنامه های کاربردی وب ایزومورفیک با Go Isomorphic Go Toolchain Go on the Front-End with GopherJS Isomorphic Templates Routing End-to-End Isomorphic Handoff وب ایزومورفیک کارکرد برنامه کاربردی وب را در زمان واقعی شکل می دهد کامپوننت های قابل استفاده مجدد.
tag : دانلود کتاب Isomorphic Go: یاد بگیرید که چگونه با استفاده از زبان برنامه نویسی Go، GopherJS و جعبه ابزار Isomorphic Go، برنامه های کاربردی وب مدرن ایزومورف بسازید. , Download Isomorphic Go: یاد بگیرید که چگونه با استفاده از زبان برنامه نویسی Go، GopherJS و جعبه ابزار Isomorphic Go، برنامه های کاربردی وب مدرن ایزومورف بسازید. , دانلود Isomorphic Go: یاد بگیرید که چگونه با استفاده از زبان برنامه نویسی Go، GopherJS و جعبه ابزار Isomorphic Go، برنامه های کاربردی وب مدرن ایزومورف بسازید. , Download Isomorphic Go: learn how to build modern isomorphic web applications using the Go programming language, GopherJS, and the Isomorphic Go toolkit Book , Isomorphic Go: یاد بگیرید که چگونه با استفاده از زبان برنامه نویسی Go، GopherJS و جعبه ابزار Isomorphic Go، برنامه های کاربردی وب مدرن ایزومورف بسازید. دانلود , buy Isomorphic Go: یاد بگیرید که چگونه با استفاده از زبان برنامه نویسی Go، GopherJS و جعبه ابزار Isomorphic Go، برنامه های کاربردی وب مدرن ایزومورف بسازید. , خرید کتاب Isomorphic Go: یاد بگیرید که چگونه با استفاده از زبان برنامه نویسی Go، GopherJS و جعبه ابزار Isomorphic Go، برنامه های کاربردی وب مدرن ایزومورف بسازید. , دانلود کتاب Isomorphic Go: learn how to build modern isomorphic web applications using the Go programming language, GopherJS, and the Isomorphic Go toolkit , کتاب Isomorphic Go: learn how to build modern isomorphic web applications using the Go programming language, GopherJS, and the Isomorphic Go toolkit , دانلود Isomorphic Go: learn how to build modern isomorphic web applications using the Go programming language, GopherJS, and the Isomorphic Go toolkit , خرید Isomorphic Go: learn how to build modern isomorphic web applications using the Go programming language, GopherJS, and the Isomorphic Go toolkit , خرید کتاب Isomorphic Go: learn how to build modern isomorphic web applications using the Go programming language, GopherJS, and the Isomorphic Go toolkit ,

نقد و بررسیها
هنوز بررسیای ثبت نشده است.