This package contains the code to create a Node.js server with Express for the communication with the customers of Mercury Smart Store. It will open a TCP/IP communication with Mercury iOS App and exchange messages by using Socket.IO. Those messages will introduce updates in the shopping cart and inform about the situation of the customer: entering the shop or exiting the shop.
In order to install the dependencies for Socket.IO and Express, just move to the package and execute
npm install
You can deploy the server (at localhost:3000, although you can change the port and host) by running
npm start
This repository is licensed under the MIT License.
This repository contains the code for a package from the Mercury infrastructure. If you want to know more about Mercury check out the Mercury Organization.