Hello everyone,
We are building web-app that can print barcode or QR code on Zebra Desktop printer or Industrial Printer (ZD421 or ZT421).
Can anyone guide us where we can start this. As we have limited knowledge of Zebra Browser Print application.
We have multiple Prn files(ZPL Codes) that can print labels according to requirement.
We are using Nodejs and Express to build web-app.
so our question is can we use Express as Web-Server for js library that comes with Zebra Browser Print?
Thank You in advance.
Web-app
2 Replies
I am unfamiliar with Node.js and Express. If you can call JavaScript libraries from a Node.js and Express webapp, I think the Browser Print should work for you. The Browser Print has two parts, i.e., the Browser Print JavaScript library for the server and the Browser Print app for the local host device. The Browser Print app on the local host device creates a mini webservice to accept the requests from the Browser Print JavaScript library, and interacts with the printer. See the Browser Print product page for more information.
Yes, you can use Express as a web server for the Zebra Browser Print JavaScript library. The Zebra Browser Print library is client-side JavaScript that allows communication between the browser and the Zebra printers, and it can be integrated into your Node.js/Express-based web application.