是否可以使用node.js创建桌面应用程序? [英] Is it possible to create desktop applications with node.js?

查看:178
本文介绍了是否可以使用node.js创建桌面应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用node.js创建了一个应用程序,我很想知道是否可以将客户端(js,html,css)和服务器端打包到一个独立的应用程序中(不需要)浏览器)。

I've created an application using node.js, and I'm interested to know if it's possible to pack the client side (js, html ,css) and the server side into a standalone application (that doesn't required browser).

推荐答案

https://github.com/rogerwang/node-webkit 是一个项目,其目标是在与nodejs相同的进程中运行webkit浏览器引擎的实例。它允许您直接在浏览器中使用节点API。它目前仅适用于Linux 现在适用于Windows,Mac和Linux。

https://github.com/rogerwang/node-webkit is a project with the goal of running an instance of the webkit browser engine in the same process as nodejs. It allows you to directly use nodes API in the browser. It currently only works on linux works on Windows, Mac and Linux now.

这篇关于是否可以使用node.js创建桌面应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆