Practical XMPP
暫譯: 實用 XMPP
Lloyd Watkin, David Koelle
- 出版商: Packt Publishing
- 出版日期: 2016-09-30
- 售價: $2,010
- 貴賓價: 9.5 折 $1,910
- 語言: 英文
- 頁數: 248
- 裝訂: Paperback
- ISBN: 1785287982
- ISBN-13: 9781785287985
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,350$1,323 -
$420$412 -
$1,254XMPP: The Definitive Guide: Building Real-Time Applications with Jabber Technologies (Paperback)
-
$350$277 -
$620$490 -
$299$254 -
$580$458 -
$780$616 -
$580$458 -
$350$298 -
$658通信接收機原理與設計, 4/e
-
$347微波射頻器件和天線的精細設計與實現, 2/e
-
$259移動通信技術與網絡優化, 2/e
-
$7095G NR 物理層技術詳解:原理、模型和組件 (5G Physical Layer: Principles, Models and Technology Components)
-
$4755G 無線網絡優化
-
$834$792 -
$666國之重器出版工程 衛星移動通道傳播特性分析與建模
-
$352無線秘籍 — 射頻電路設計入門
-
$500$450 -
$770$693
商品描述
Unleash the power of XMPP in order to build exciting, real-time, federated applications based on open standards in a secure and highly scalable fashion
About This Book
- Learn about the fundamentals of XMPP and be able to work with the core functionality both server-side and in the browser
- Build a simple 1-to-1 chat (the Hello World of XMPP), explore multi-user chat, publish subscribe systems, and work with a decentralized social network
- Author Lloyd Watkins is a member of the XMPP standards committee
Who This Book Is For
If you want to learn about the fundamentals of XMPP, be able to work with the core functionality both server-side and in the browser then this book is for you.No knowledge of XMPP is required, or of TCP/IP networking. It's important that you already know how to build applications of some form, and are looking get a better understanding of how to implement XMPP for one or more of its many uses. You should be interested in the decentralized web, know HTML, and likely know JavaScript and NodeJS. You will probably know JSON, and hopefully XML (this is the native output of XMPP).
What You Will Learn
- Install and configure an XMPP server and use it to connect from a traditional desktop client and send a message
- Build a simple server-side application that will respond to messages from our logged in desktop client
- Install and run XMPP-FTW, connect to the server from the browser, and handle incoming/outgoing messages
- Connect to a multi-user chat room, send/receive stanzas, add a room password, join a protected room, set the room s subject, and change a user's affiliation
- Get to grips with the publish-subscribe extension of XMPP and use it to build a pusher system that can make any website real-time
- Build a simple XMPP component and create an extension for XMPP-FTW that allows you to use your own custom format
- Build an XMPP version of the classic game Pong
In Detail
XMPP (eXtensible Messaging and Presence Protocol) is a messaging protocol that enables communication between two or more devices via the Internet.
With this book, developers will learn about the fundamentals of XMPP, be able to work with the core functionality both server-side and in the browser, as well as starting to explore several of the protocol extensions. You will not only have a solid grasp of XMPP and how it works, but will also be able to use the protocol to build real-world applications that utilize the power of XMPP. By the end of this book, you will know more about networking applications in general, and have a good understanding of how to extend XMPP, as well as using it in sample applications.
Style and approach
Through a number of hands-on projects, this book shows you how to build usable applications that highlights a feature of XMPP.
商品描述(中文翻譯)
釋放 XMPP 的力量,以安全且高度可擴展的方式構建基於開放標準的令人興奮的即時聯邦應用程式
關於本書
- 了解 XMPP 的基本原理,並能夠在伺服器端和瀏覽器中使用其核心功能
- 構建一個簡單的 1 對 1 聊天(XMPP 的 Hello World),探索多用戶聊天、發布訂閱系統,並與去中心化社交網絡合作
- 作者 Lloyd Watkins 是 XMPP 標準委員會的成員
本書適合誰
如果您想了解 XMPP 的基本原理,並能夠在伺服器端和瀏覽器中使用其核心功能,那麼這本書適合您。無需具備 XMPP 或 TCP/IP 網路的知識。重要的是您已經知道如何構建某種形式的應用程式,並希望更好地理解如何實現 XMPP 以滿足其多種用途。您應該對去中心化網路感興趣,了解 HTML,並可能知道 JavaScript 和 NodeJS。您可能會知道 JSON,並希望了解 XML(這是 XMPP 的原生輸出)。
您將學到什麼
- 安裝和配置 XMPP 伺服器,並使用它從傳統桌面客戶端連接並發送消息
- 構建一個簡單的伺服器端應用程式,能夠回應我們已登錄桌面客戶端的消息
- 安裝並運行 XMPP-FTW,從瀏覽器連接到伺服器,並處理進出消息
- 連接到多用戶聊天室,發送/接收 stanza,添加房間密碼,加入受保護的房間,設置房間主題,並更改用戶的隸屬關係
- 掌握 XMPP 的發布-訂閱擴展,並使用它構建一個推送系統,使任何網站實現即時性
- 構建一個簡單的 XMPP 元件,並為 XMPP-FTW 創建一個擴展,允許您使用自定義格式
- 構建經典遊戲 Pong 的 XMPP 版本
詳細內容
XMPP(可擴展消息和存在協議)是一種通訊協議,能夠通過互聯網在兩個或多個設備之間進行通信。
通過本書,開發人員將學習 XMPP 的基本原理,能夠在伺服器端和瀏覽器中使用其核心功能,並開始探索幾個協議擴展。您不僅會對 XMPP 及其工作原理有扎實的掌握,還能夠使用該協議構建利用 XMPP 力量的現實應用程式。在本書結束時,您將對網路應用程式有更深入的了解,並對如何擴展 XMPP 以及在範例應用程式中使用它有良好的理解。
風格與方法
通過多個實作專案,本書展示了如何構建可用的應用程式,突顯 XMPP 的一個特性。