简体   繁体   English

如何将本地Web应用程序转换为独立Webkit应用程序?

[英]how to convert a local webapp to a standalone webkit app?

I have a webapp that is designed to run locally (it doesn't need an internet connection to run, it just connects to a local websocket server). 我有一个设计为在本地运行的webapp(它不需要Internet连接即可运行,它只需连接到本地websocket服务器即可)。 I would like to detach this app from the browser and have it run 'standalone', as if it was a native desktop app. 我想将此应用程序从浏览器中分离出来并使其“独立运行”,就好像它是本机桌面应用程序一样。 Are there any tools to accomplish this? 有什么工具可以做到这一点? I would prefer a platform independent solution, but if not, how trivial would it be to port a local webapp to an (osx) cocoa app webview? 我希望有一个独立于平台的解决方案,但如果没有,将本地Web应用程序移植到(OSX)可可应用程序Webview会有多小呢?

EDIT: not sure if it's relevant, but i'm using backbone.js/jquery and websockets. 编辑:不确定是否相关,但我正在使用bone.js / jquery和websockets。

Appcelerator Titanium would be one platform you could do that with: http://www.appcelerator.com/platform/titanium-platform/ Appcelerator Titanium将是您可以使用的平台之一: http : //www.appcelerator.com/platform/titanium-platform/

You might be able to use an Adobe Air model as well. 您也许也可以使用Adobe Air模型。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 可可:在Webkit中执行时,无法访问HTML5 Web应用程序的本地数据库 - Cocoa: Unable to access local DB of HTML5 web app when executed in webkit 如何将特定的Webkit构建与我的Cocoa App捆绑在一起 - How do I bundle a specific webkit build with my Cocoa App 如何在嵌入式webkit应用程序中启用HTML客户端SQL数据库(在github上测试应用程序) - How to enable HTML client-side SQL database in embedded webkit app (test app on github) 如何将 Webkit 插件添加到我的沙盒 OS X 应用程序 WebView? - How do I add a Webkit plugin to my sandboxed OS X app WebView? 如何在Cocoa / WebKit应用程序中从Javascript调用Objective-C方法? - How to call an Objective-C method from Javascript in a Cocoa/WebKit app? 库应用程序与独立iPhone应用程序 - Library app Vs Standalone iPhone app 如何重写WebKit的PDFViewSavePDFToDownloadFolder? - How to override WebKit's PDFViewSavePDFToDownloadFolder? 嵌入式Webkit-脚本回调如何? - Embedded Webkit - script callbacks how? 可可Webkit:如何在Webkit中获取文件上传/文件系统访问权限 - Cocoa webkit: how to get file upload / file system access in webkit 如何在Swift 3中使用WebKit .click()一个按钮? - How to .click() a button using WebKit in Swift 3?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM