Mobile and Web Messaging: Messaging Protocols for Web and Mobile Devices (OPaperback)
Jeff Mesnil
- 出版商: O'Reilly
- 出版日期: 2014-09-23
- 定價: $875
- 售價: 3.4 折 $299
- 語言: 英文
- 頁數: 184
- 裝訂: Paperback
- ISBN: 1491944803
- ISBN-13: 9781491944806
-
相關分類:
Apple Developer、JavaScript
立即出貨(限量) (庫存=5)
買這商品的人也買了...
-
$990$891 -
$880$695 -
$840Robot Builder's Bonanza, 4/e (Paperback)
-
$780$663 -
$840Arduino Robot Bonanza (Paperback)
-
$400$380 -
$480$379 -
$680$578 -
$680$537 -
$480$408 -
$360$252 -
$780$616 -
$320$240 -
$650$553 -
$560$442 -
$500$395 -
$199$157 -
$350$277 -
$490$417 -
$420$332 -
$490$417 -
$380$296 -
$580$493 -
$720$562 -
$340$289
相關主題
商品描述
Learn how to use messaging technologies to build responsive and resilient applications for mobile devices and web browsers. With this hands-on guide, you’ll use the STOMP and MQTT messaging protocols to write iOS and web applications capable of sending and receiving GPS and device sensor data, text messages, and alerts.
Messaging protocols are not only simple to use, but also conserve network bandwidth, device memory, and batteries. Using this book’s step-by-step format, author Jeff Mesnil helps you work with Objective-C and JavaScript libraries, as well as the protocols. All you need to get started are basic programming skills.
- Understand basic messaging concepts and composition
- Learn two common messaging models: point-to-point and publish/subscribe
- Use STOMP to write an iOS application that sends GPS data, and a web app that consumes the data
- Build an iOS app with MQTT that tracks and broadcasts device motion data, and a web app that displays the data and sends alerts
- Extend STOMP to filter, prioritize, persist, and expire messages
- Take a complete tour of STOMP and MQTT, including features not used in the book’s sample apps