从我的 WebApp 连接到用户本地计算机
我有一个我开发的网络应用程序,我正在寻找为此应用程序开发一个插件,以便我可以从用户帐户包(例如 sage 或 Quickbooks(离线版本))中提取信息。理想情况下,我希望他们不需要静态 IP 等来做到这一点。
不幸的是,这超出了我的能力范围,我目前不知道如何做到这一点。
请有人指导我正确的方向,我可能会在 web 应用程序和我将制作的客户端服务之间使用 json 数据,我对此部分很好,它只是我感到困惑的初始连接。
任何帮助将非常感激我希望这是有道理的。
谢谢阿什
I have a Web App that i have developed I am looking to develop a plugin for this app so that i can pull information from the users accounts package such as sage or quickbooks(offline version). Ideally I would like to do this without them having to have a static ip etc.
Unfortunately this is way over my head I currently have no idea on how to do this.
Please can some one guide me in the right direction I will probably use json data between the webapp and the client service that I will make and im fine with that part its just the initial connection that I am confused about.
Any help would be really really appreciated I hope this makes sense.
Thanks
Ash
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Shopify Quickbooks 集成 (Quickify) 的工作方式是设置一个小型本地服务器,用于侦听高速网络端口号并且能够使用本地文件系统。解决方案的 Web 应用程序部分将 JSON 发送回它。
The way the Shopify Quickbooks integration (Quickify) works is by setting up a tiny local server that listens on a high port number and is able to play with the local filesystem. The web app part of the solution sends JSON back to it.