Cloud POS has two distinct sides: the Cloud that provide services and the Store consuming those services for Front and Back-office operations. The overall scalability, SLA, openness and efficiency depend obviously on the design of both sides.
On the Cloud side I gave some opinions in “Cloud POS: native vs. hosted”. Now I switch to the Store side analyzing the App and Browser alternative approaches.
A Cloud POS App is based on native code optimized for the Operating System of the target device, designed to consume web services and deployed automatically from a web site or marketplace. The term has been made popular by mobile devices, but apply also to PCs.
A Browser based Cloud POS can run Java Script code and manage a local cache in different operating OS. The Browser is a software layer that trades efficiency for interoperability. App and Browser based POS are both 100% Cloud, according to the 2nd of the 5 essential characteristics of Cloud Computing defined by NIST. The term “Hybrid POS” apply only to traditional software that exchange files in batch mode with Cloud services, even when done at high frequency.
In the current marketplace, the main difference between the two technical approaches is that Browser based POS use the Central database not only for stock management and reporting, but also for synchronous request on Products, Promotions and Customers during sale. Some Browser based POS rely on HTML5 local cache as a backup for off-line operations, while the others just stop working.
App based POS, on the other hand, search on the embedded database for sale operations in on-line AND off-line mode and rely exclusively on asynchronous messages queues for bidirectional communication with Cloud resources. The reason is simple. Why design and manage a limited local cache just for rare off-line events? Why not expand and keep always updated (it should be done also for backup purposes anyway) in order to leverage it for faster operations, lower load on connectivity and Cloud resources and seamless POS operations?
Some additional considerations can also be made:
In short, a native App is inherently faster, more fluid and efficient than a browser based application.
That’s the reason for choosing the App way for aKite, even if we had to completely redesign on new paradigms and additional efforts are required for portability on multiple operating systems.
© Copyright 2023 aKite srl – Privacy policy | Cookie policy