我想在chrome应用程序中创建一个Node.js服务器,以便我能够通过它运行node.js应用程序。该应用程序将运行,因此服务器必须是本地的。
答案 0 :(得分: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