Phoenix in Action
Authors: Geoffrey Lessel
ISBN-10: 1617295043
ISBN-13: 9781617295041
Edition 版次: 1
Publication Date 出版日期: 2019-05-18
Print Length 页数: 336 pages
Book Description
By finelybook
Phoenix is a modern web framework built for the Elixir programming language. Elegant,fault-tolerant,and performant,Phoenix is as easy to use as Rails and as rock-solid as Elixir’s Erlang-based foundation. Phoenix in Action builds on your existing web dev skills,teaching you the unique benefits of Phoenix along with just enough Elixir to get the job done.
Modern web applications need to be efficient to develop,lightning fast,and unfailingly reliable. Phoenix,a web framework for the Elixir programming language,delivers on all counts. Elegant and intuitive,Phoenix radically simplifies the dev process. Built for concurrency,Phoenix channels make short work of developing real-time applications. And as for reliability,Phoenix apps run on the battle-tested Erlang VM,so they’re rock solid!
Phoenix in Action is an example-based book that teaches you to build production-quality web apps. You’ll handle business logic,database interactions,and app designs as you progressively create an online auction site. As you go,you’ll build everything from the core components to the real-time user interactions where Phoenix really shines.
What’s inside
Functional programming in a web environment
An introduction to Elixir
Database interactions with Ecto
Real-time communication with channels
Contents
Foreword
Preface
Acknowledgments
About this book
About the author
About the cover illustration
Part 1. Getting started
Chapter 1. Ride the Phoenix
Chapter 2. Intro to Elixir
Chapter 3.A little Phoenix overview
Part 2. Diving in deep
Chapter 4. Phoenix is not your application
Chapter 5. Elixir application structure
Chapter 6. Bring in Phoenix
Chapter 7. Being persistent with a database
Chapter 8. Making changes with Ecto. Changeset
Chapter 9. Transforming data in your browser
Chapter 10. Plugs,assigns,and dealing with session data
Chapter 11. Associating records and accepting bids
Part 3. Those important extras
Chapter 12. Using Phoenix channels for real-time communication
Chapter 13. Building an APl
Chapter 14. Testing in Elixir and Phoenix
Appendix A. Instaling Elixir and Phoenix
A.1. Installing Elixir
A.2. Installing Phoenix
Appendix B. More Elixir resources
On the web
Books
Community
The general flow of a request as it moves through Phoenix
Index
List of Figures
List of Tables
List of Listings