Node.js ecosystem

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(桌面应用)
(JavaScript引擎)
(未显示1个用户的41个中间版本)
第1行: 第1行:
[[Node.js]][[React.js]][[AngularJS]][[JavaScript]] 和 [[HTML5]] 生态系统
+
这里不仅仅包含 [[Node.js]],还包括 [[Meteor]], [[React.js]], [[AngularJS]], [[JavaScript]], [[TypeScript]] 和 [[HTML5]] 生态系统。
  
 
[https://github.com/sindresorhus/awesome-nodejs Awesome Node.js] [[image:awesome.png]]
 
[https://github.com/sindresorhus/awesome-nodejs Awesome Node.js] [[image:awesome.png]]
 +
 +
[https://github.com/Urigo/awesome-meteor Awesome Meteor] [[image:awesome.png]]
  
 
[https://github.com/enaqx/awesome-react Awesome React] [[image:awesome.png]]
 
[https://github.com/enaqx/awesome-react Awesome React] [[image:awesome.png]]
第8行: 第10行:
  
 
[https://github.com/sorrycc/awesome-javascript Awesome JavaScript] [[image:awesome.png]]
 
[https://github.com/sorrycc/awesome-javascript Awesome JavaScript] [[image:awesome.png]]
 +
 +
[https://github.com/dzharii/awesome-typescript Awesome TypeScript] [[文件:awesome.png]]
  
 
[https://github.com/diegocard/awesome-html5 Awesome HTML5] [[image:awesome.png]]
 
[https://github.com/diegocard/awesome-html5 Awesome HTML5] [[image:awesome.png]]
  
 
==生产力==
 
==生产力==
 +
*[https://github.com/codemirror/codemirror CodeMirror]
 
*[[Nodeclipse]]
 
*[[Nodeclipse]]
 
*[https://github.com/espruino/EspruinoWebIDE Espruino Web IDE] [https://github.com/espruino/EspruinoOrion EspruinoOrion]
 
*[https://github.com/espruino/EspruinoWebIDE Espruino Web IDE] [https://github.com/espruino/EspruinoOrion EspruinoOrion]
第18行: 第23行:
 
*[[Brackets]]
 
*[[Brackets]]
 
*[[Visual Studio Code]]
 
*[[Visual Studio Code]]
 +
*[https://github.com/mooz/js2-mode js2-mode] [https://github.com/hober/html5-el html5-el] [https://github.com/purcell/less-css-mode less-css-mode] for [[Emacs]]
  
 
==[[JavaScript_engine|JavaScript引擎]]==
 
==[[JavaScript_engine|JavaScript引擎]]==
 +
[https://en.wikipedia.org/wiki/List_of_ECMAScript_engines List of ECMAScript engines]
 
*[[Nashorn]]
 
*[[Nashorn]]
 
*[[V8]]
 
*[[V8]]
第26行: 第33行:
 
*[https://github.com/Samsung/jerryscript JerryScript]: JavaScript engine for the Internet of Things
 
*[https://github.com/Samsung/jerryscript JerryScript]: JavaScript engine for the Internet of Things
 
*[http://www.duktape.org/ Duktape] embeddable Javascript engine, [https://github.com/AtomicGameEngine/AtomicGameEngine Atomic Game Engine] used it.
 
*[http://www.duktape.org/ Duktape] embeddable Javascript engine, [https://github.com/AtomicGameEngine/AtomicGameEngine Atomic Game Engine] used it.
 +
*[http://jerryscript.net/ JerryScript] A [[JavaScript engine]] for [[Internet of Things]]
 +
 +
==C/C++==
 +
*[https://github.com/nodejs/node/tree/master/src Node.js src]
 +
*[https://github.com/plenluno/libnode libnode] C++ implementation of Node.js
 +
*[https://github.com/nodejs/http-parser HTTP Parser]
 +
*[https://github.com/haywire/haywire Haywire]
 +
*[https://github.com/nodejs/nan Native Abstractions for Node.js]
 +
*[https://github.com/nodejs/node-addon-examples Node.js Addon Examples] [https://github.com/kkaefer/node-cpp-modules Guide for writing C++ node.js extensions]
 +
*[https://github.com/joyent/v8plus v8+]: Node.js addon C++ to C boundary layer
 +
*[[Emscripten]]
  
 
==API后端==
 
==API后端==
 +
*[[Socket.IO]]
 
*[[Parse]]
 
*[[Parse]]
 +
*[[Horizon]]
  
 
==SDK==
 
==SDK==
 
*[https://github.com/aws/aws-sdk-js AWS SDK for JavaScript]
 
*[https://github.com/aws/aws-sdk-js AWS SDK for JavaScript]
 +
 +
==工具类==
 +
*[http://jslint.com/ JSLint] JavaScript代码质量工具
 +
*[https://github.com/yui/yuicompressor YUI Compressor]
  
 
==iOS/Android==
 
==iOS/Android==
第45行: 第69行:
 
*[https://github.com/officert/mongotron mongotron] based on [[Electron framework]] and [[AngularJS]]
 
*[https://github.com/officert/mongotron mongotron] based on [[Electron framework]] and [[AngularJS]]
 
*[https://github.com/mongo-express/mongo-express mongo-express] written with Node.js, [[Express.js]] and [[Bootstrap]]3
 
*[https://github.com/mongo-express/mongo-express mongo-express] written with Node.js, [[Express.js]] and [[Bootstrap]]3
 +
*[https://github.com/DrMongo/DrMongo DrMongo] [[MongoDB]] admin app built on [[Meteor]].
 
*[https://github.com/mrvautin/adminMongo adminMongo]
 
*[https://github.com/mrvautin/adminMongo adminMongo]
 +
*[https://github.com/sequelize/sequelize sequelize] Node.js/io.js ORM for Postgres, MySQL, SQLite and Microsoft SQL Server.
 
*[https://github.com/brianc/node-postgres node-postgres] PostgreSQL client for node.js.
 
*[https://github.com/brianc/node-postgres node-postgres] PostgreSQL client for node.js.
 
*[https://github.com/mcollina/levelgraph levelgraph] Graph database JS style for Node.js and the Browser. Built upon LevelUp and LevelDB.
 
*[https://github.com/mcollina/levelgraph levelgraph] Graph database JS style for Node.js and the Browser. Built upon LevelUp and LevelDB.
 +
*[https://github.com/Level/levelup  LevelUP] [[LevelDB]] - Node.js style
 +
*[[PouchDB]]
 +
*[[FreeNAS]] 10 GUI 基于 [[React.js]] 构建。
  
 
==[[machine learning|机器学习]]==
 
==[[machine learning|机器学习]]==
 +
*[https://github.com/olistic/warriorjs warriorjs]
  
 
==Java==
 
==Java==
第84行: 第114行:
 
==金融货币==
 
==金融货币==
  
==消息事件==
+
==消息邮件事件==
 +
*[https://github.com/nodemailer/nodemailer nodemailer]
 
*[https://github.com/FaridSafi/react-native-gifted-messenger Gifted Messenger]
 
*[https://github.com/FaridSafi/react-native-gifted-messenger Gifted Messenger]
 
*[https://github.com/mcollina/ascoltatori ascoltatori] The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, MQTT (Mosquitto) or just plain node!
 
*[https://github.com/mcollina/ascoltatori ascoltatori] The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, MQTT (Mosquitto) or just plain node!
第90行: 第121行:
  
 
==企业应用==
 
==企业应用==
 +
*[https://enterprisejs.io/why-node-js-is-hitting-the-big-time-in-enterprise-markets/ Why Enterprises love Node.js]
 +
*[https://www.nodesource.com/ NodeSource] Enterprise-Grade Node. [https://github.com/nodesource NodeSource @ GitHub]
  
==社区论坛==
+
==论坛博客社区==
 
*[[NodeBB]]
 
*[[NodeBB]]
 +
*[[ghost]]
 +
*[[hexo]]
 +
*[http://www.meteorpedia.com/ Meteorpedia] 是 Meteor 的维基百科,基于 [[Meteor]] 构建,[https://github.com/meteorpedia/wiki GitHub仓库]。
 +
*[https://github.com/telescopejs/telescope/ Telescope] - An open-source social news app built with Meteor
  
 
==电子商务==
 
==电子商务==
第98行: 第135行:
 
*[https://github.com/christophercliff/flatmarket flatmarket]
 
*[https://github.com/christophercliff/flatmarket flatmarket]
 
*[https://github.com/wojodesign/simplecart-js simplecart-js]
 
*[https://github.com/wojodesign/simplecart-js simplecart-js]
 +
*[https://github.com/topley/nodeshop nodeshop] [[Node.js]] 和 [[Express.js]]  驱动
 +
*[https://github.com/colus001/OpenShop OpenShop]  based on [Sails.js (Node.js + MongoDB)
  
 
==广告营销==
 
==广告营销==
 
*[http://www.iab.com/guidelines/html5-for-digital-advertising-guidance-for-ad-designers-creative-technologists/ HTML5 for Digital Advertising v2.0]
 
*[http://www.iab.com/guidelines/html5-for-digital-advertising-guidance-for-ad-designers-creative-technologists/ HTML5 for Digital Advertising v2.0]
 
*[https://github.com/facebookarchive/powereditor Power Editor]
 
*[https://github.com/facebookarchive/powereditor Power Editor]
 +
*[[Google Web Designer]]
  
 
==医疗教育==
 
==医疗教育==
 +
*[https://github.com/clinical-meteor/cookbook Meteor for FDA, HIPPA, and HL7 compliant applications]
 +
 +
==硬件仿真==
 +
*[https://github.com/trebonian/visual6502 visual6502]
  
 
==安全加密==
 
==安全加密==
 +
*[https://github.com/brix/crypto-js crypto-js]
 +
*[https://github.com/wwwtyro/cryptico cryptico] RSA and AES for JavaScript.
 
*[https://nodesecurity.io/ Node Security Platform]
 
*[https://nodesecurity.io/ Node Security Platform]
 +
*[https://github.com/meteorhacks/sikka Sikka] - A [[Firewall]] for [[Meteor]] Apps
 +
*[http://adsafe.org/ ADsafe] Making JavaScript Safe for [[Advertising]].
 +
*[https://github.com/google/caja caja]
  
 
==桌面应用==
 
==桌面应用==
 
*[[Electron framework]]
 
*[[Electron framework]]
 
*[[Mancy]]
 
*[[Mancy]]
 +
 +
==仪表盘==
 +
*[[ng-admin]]
  
 
==游戏2D3D==
 
==游戏2D3D==
[https://github.com/showcases/javascript-game-engines JavaScript game engines]
+
[https://github.com/topics/game-engine JavaScript game engines] [https://github.com/topics/game JavaScript game]
 
*[https://github.com/showcases/javascript-game-engines phaser] 重点关注
 
*[https://github.com/showcases/javascript-game-engines phaser] 重点关注
 
*[https://github.com/pixijs/pixi.js pixi.js] 重点关注
 
*[https://github.com/pixijs/pixi.js pixi.js] 重点关注
第130行: 第182行:
 
*[https://github.com/craftyjs/Crafty Crafty.js] JavaScript Game Engine
 
*[https://github.com/craftyjs/Crafty Crafty.js] JavaScript Game Engine
 
*[https://github.com/gamelab/kiwi.js Kiwi.js] HTML5 game framework
 
*[https://github.com/gamelab/kiwi.js Kiwi.js] HTML5 game framework
 +
*[https://github.com/dustinblackman/Championify Championify]
 +
*[https://github.com/claudiowilson/LeagueJS LeagueJS] A Javascript Wrapper for the [[League of Legends]] API
  
 
==影视音乐==
 
==影视音乐==
第139行: 第193行:
 
==图集==
 
==图集==
 
<gallery>
 
<gallery>
 +
image:Meteor-Microservices-Architecture.png|Meteor微服务架构
 
image:Countly-dashboard.png|Countly
 
image:Countly-dashboard.png|Countly
 
image:Loopback-modules.png| LoopBack
 
image:Loopback-modules.png| LoopBack
 
image:qici-html5-game-engine.png|青瓷引擎
 
image:qici-html5-game-engine.png|青瓷引擎
 +
image:DrMongo-NodeBB-Objects.png|DrMongo
 
</gallery>
 
</gallery>
  
第150行: 第206行:
 
[[category:react]]
 
[[category:react]]
 
[[category:angular]]
 
[[category:angular]]
 +
[[category:meteor]]
 
[[category:JavaScript]]
 
[[category:JavaScript]]
 
[[category:HTML5]]
 
[[category:HTML5]]
 +
[[category:c++]]

2017年12月22日 (五) 13:13的版本

这里不仅仅包含 Node.js,还包括 Meteor, React.js, AngularJS, JavaScript, TypeScriptHTML5 生态系统。

Awesome Node.js Awesome.png

Awesome Meteor Awesome.png

Awesome React Awesome.png

Awesome AngularJS 2 Awesome.png

Awesome JavaScript Awesome.png

Awesome TypeScript Awesome.png

Awesome HTML5 Awesome.png

目录

生产力

JavaScript引擎

List of ECMAScript engines

C/C++

API后端

SDK

工具类

iOS/Android

数据库存储

机器学习

Java

JavaScript和Java的融合

OSGi

物联网

大数据分析处理

数学

金融货币

消息邮件事件

Angular-meteor-ionic-whatsapp.png 更多细节>>>

企业应用

论坛博客社区

电子商务

广告营销

医疗教育

硬件仿真

安全加密

桌面应用

仪表盘

游戏2D3D

JavaScript game engines JavaScript game

影视音乐

空间探测

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱