Lightweight Django (Paperback)

Julia Elman, Mark Lavin

  • 出版商: O'Reilly
  • 出版日期: 2014-12-09
  • 售價: $1,720
  • 貴賓價: 9.5$1,634
  • 語言: 英文
  • 頁數: 246
  • 裝訂: Paperback
  • ISBN: 149194594X
  • ISBN-13: 9781491945940
  • 相關分類: Django
  • 相關翻譯: 輕量級 Django (簡中版)
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

How can you take advantage of the Django framework to integrate complex client-side interactions and real-time features into your web applications? Through a series of rapid application development projects, this hands-on book shows experienced Django developers how to include REST APIs, WebSockets, and client-side MVC frameworks such as Backbone.js into new or existing projects.

Learn how to make the most of Django’s decoupled design by choosing the components you need to build the lightweight applications you want. Once you finish this book, you’ll know how to build single-page applications that respond to interactions in real time. If you’re familiar with Python and JavaScript, you’re good to go.

  • Learn a lightweight approach for starting a new Django project
  • Break reusable applications into smaller services that communicate with one another
  • Create a static, rapid prototyping site as a scaffold for websites and applications
  • Build a REST API with django-rest-framework
  • Learn how to use Django with the Backbone.js MVC framework
  • Create a single-page web application on top of your REST API
  • Integrate real-time features with WebSockets and the Tornado networking library
  • Use the book’s code-driven examples in your own projects

商品描述(中文翻譯)

如何利用Django框架將複雜的客戶端互動和即時功能整合到您的網絡應用程序中?通過一系列的快速應用程序開發項目,這本實踐手冊向有經驗的Django開發人員展示如何將REST API、WebSockets和客戶端MVC框架(如Backbone.js)集成到新項目或現有項目中。

通過選擇所需的組件來充分利用Django的解耦設計,以構建您想要的輕量級應用程序。閱讀完本書後,您將學會如何構建能夠實時響應互動的單頁應用程序。如果您熟悉Python和JavaScript,您就可以開始了。

本書的內容包括:
- 學習一種輕量級的方法來啟動新的Django項目
- 將可重用的應用程序拆分為相互通信的較小服務
- 創建一個靜態的快速原型網站作為網站和應用程序的脚手架
- 使用django-rest-framework構建REST API
- 學習如何使用Django與Backbone.js MVC框架
- 在REST API之上創建單頁Web應用程序
- 通過WebSockets和Tornado網絡庫集成實時功能
- 在自己的項目中使用本書的代碼示例