I have one react application which is deployed to digital ocean. And want to create it’s .exe file to run on windows.
Some modules of app can be run offline. And this application is for restaurant management. In restaurant there is multiple PCs and all are in same network. One of which will serve as master and all other will be client. So share data across all systems.
If there is no internet available then on these PCs module of react app must works.
For example there is three PCs A,B and M where M is stands for master and A and B are client.
So if there is no internet available then on each terminal created order number must be new so all system must communicate with each other.
Please help me
I have tried to create window app using electron but if there is no internet then can’t load URL without internet.
Communication between master and client even if there is no internet.
orderloop dashboard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.