我想在 chrome 应用程序中创建一个 Node.js 服务器,以便能够通过它运行 node.js 应用程序。该应用程序可以正常运行,因此服务器必须是本地的。
问问题
159 次
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 回答