Smart QR has been released on GitHub.

Few days ago I promised a porting of SmartForge application framework for Node.js.
Our first application is SmartQr, a simple but powerful mapping service for QR-Code landing pages.

Exploring source code you will find the smartforge node module.  This is the alpha version of SmartForge including only some features (task scheduler, websockets, resource deployer, configuration manager, module manager).
Many other features (like templating) are under development (may be some modules will be written in C++).

Test and use SmartQR.

SmartQR is a real world working application and we have some customers that are solving a problem: managing QR-Code landing pages for paper catalogues. The problem is that onces printed, catalogues QR-Code remain fixed. What happen if you need change target URL?

To install SmartQR you need Node.js. Once you have installed Node you can download SmartQR from GitHub (Download the zip archive).

To run SmartQR you should invoke “node” command passing the “start.js” script as parameter.

LINK: http://www.smartfeeling.org/smartqr/

Related Posts:

  • No Related Posts