6.3.9. 其他¶
pomelo:
// A fast,scalable,distributed game server framework for Node.js git clone git://github.com/NetEase/pomelo.git
Express 是一个简洁而灵活的node.js Web应用框架:
var express = require('express'); var app = express(); app.get('/hello.txt', function(req, res){ res.send('Hello World'); });
grunt:
npm install -g grunt-cli // JavaScript Task Runner npm install grunt grunt build
生成手机app相关:
React Native
Ionic
生成桌面应用相关:
Electron
NW.js
框架:
SPA
Angular.js
Vue.js
React
Node.js
语言:
CoffeeScript
ES6
TypeScript
socket.io.js:
http://socket.io
https://cdn.socket.io/socket.io-1.2.0.js
Socket相关类
momentjs:
http://momentjs.cn/
JavaScript 日期处理类库
pdf 相关:
pdf.js
其他:
浏览器兼容性查询工具: https://caniuse.com/