LoopBack 是基于 Node.js 的一个开源的 API 框架,可以让 Node.js 应用方便的跟各种设备通过 API 进行互联。特性:On-premises or in the cloudCreate dynamic REST APIsUnlock enterprise data for mobile appsPush, geolocation, and file servicesAndroid, iOS, and Javascr ipt SDKs安装:npm install stro
knex.js 是一个查询构建器,用于 PostgreSQL, MySQL 和 SQLite3。它设计灵活,轻便和有趣。特性:transactionsconnection poolingstreaming queriesboth a promise and callback APIa thorough test suitethe ability to run in the Browser例子:var knex = require('knex')({
dialect: 'sqlite3',
Chartkick.py 可以让你用最少的代码创建专业的Javascr ipt图表。支持开源js图表库 Google Charts 以及 Highcharts。该库可与开源框架 Django, Flask/Jinja2 结合使用,并可支持流行的浏览器 (包括 IE 6)。
使用方法:
Line chart:
{% line_chart data %}
Pie chart:
{% pie_chart data with id='chart-1' height='400px' %}
Column
fast-http 是 Common Lisp 语言实现的快速 HTTP 请求和响应的协议解析库,大部分移植自 C 语言版本的 http-parser.
fast-http 的性能比较:
http-parser: An HTTP Parser for Node.js
NOTE: Deleted PicoHTTPParser because the benchmark was wrong. It's 3.7 times faster than fast-http. Amazing.
详情