Mobile and Web Messaging (e-bog) af Mesnil, Jeff
Mesnil, Jeff (forfatter)

Mobile and Web Messaging e-bog

131,51 DKK (inkl. moms 164,39 DKK)
Learn how to use messaging technologies to build responsive and resilient applications for mobile devices and web browsers. With this hands-on guide, youll 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 ban...
E-bog 131,51 DKK
Forfattere Mesnil, Jeff (forfatter)
Udgivet 18 august 2014
Længde 184 sider
Genrer Computer programming / software engineering
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781491944783
Learn how to use messaging technologies to build responsive and resilient applications for mobile devices and web browsers. With this hands-on guide, youll 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 books 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 compositionLearn two common messaging models: point-to-point and publish/subscribeUse STOMP to write an iOS application that sends GPS data, and a web app that consumes the dataBuild an iOS app with MQTT that tracks and broadcasts device motion data, and a web app that displays the data and sends alertsExtend STOMP to filter, prioritize, persist, and expire messagesTake a complete tour of STOMP and MQTT, including features not used in the books sample apps