2

我想在 chrome 应用程序中创建一个 Node.js 服务器,以便能够通过它运行 node.js 应用程序。该应用程序可以正常运行,因此服务器必须是本地的。

4

1 回答 1

0

由于我无法在 Chrome 应用程序中进行设置,因此我使用 node-webkit 使我的项目正常工作并将我的项目设置为

一般信息
Express Server在端口号启动3000
EJS用于 ExpressJS 的 HTML 渲染器
PeerJS Server在端口号上启动9000
IndexedDB用于数据库目的。
PouchDB用作 IndexedDB
blueimp-file-upload的包装器,用于快速服务器上的 FTP。
AngularJS用于为前端创建模块。
LUMX用作 UI 框架。
jQuery is used for DOM Manipulation.
Velocity用于更流畅的动画。

完整的代码可以在我的 github pulic repo https://github.com/sumitkumar1209/PQ-PinQuip-Messenger中找到

于 2016-01-15T09:49:21.067 回答