Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-nodejs-cn

Nodejs 资源大全中文版,正在翻译中。。。
https://github.com/Pines-Cheng/awesome-nodejs-cn

Last synced: about 8 hours ago
JSON representation

  • Uncategorized

    • 神奇的科学

      • BitcoinJS - BitcoinJS 是一个纯 JavaScript 库,支持 Node.js和浏览器,用于操作各种比特币钱包。代码清晰,可读性强。
      • Bitcore - Bitcore 是一个完整原生的比特币网络的 JavaScript 开发库,提供比特币应用开发的核心功能。
      • PDFKit - PDF生成器库.
      • GitTorrent - Git仓库的P2P网络,通过比特流分享。
      • peerflix - 流客户端.
      • webtorrent - WebTorrent 是一个可工作在node.js和浏览器的流BT客户端。它完全采用JavaScript开发,在浏览器中WebTorrent使用WebRTC (data channels) 来进行p2p传输。它可以不使用浏览器插件,扩展或安装。只有JavaScript。
    • 函数式编程

      • lodash - 一个工具库,相当于一个更好更快的 Underscore.js.
    • HTTP

    • Logging

      • intel - A comprehensive logging library (handlers, filters, formatters, console injection).
    • Command-line utilities

      • minimist - Parse command-line flags.
      • user-home - Get the path to the user home directory.
      • log-symbols - Colored symbols for various log levels.
      • figures - Unicode symbols with Windows CMD fallbacks.
      • cross-env - Set environment variables cross-platform.
      • shelljs - Portable Unix shell commands.
    • Web frameworks

      • Restberry - Framework for setting up RESTful JSON APIs, applied to your database models without needing to write any code.
      • Catberry - Framework with Flux architecture, isomorphic web-components, and progressive rendering.
      • ThinkJS - Framework with ES2015+ support, WebSockets, REST API.
    • Documentation

      • YUIDoc - Generates API documentation from comments in source.
      • JSDoc - API documentation generator similar to JavaDoc or PHPDoc.
    • Streams

    • 命令行应用

      • Babel - 从现在开始使用下一代JavaScript。
    • Filesystem

      • cpy - Copy files.
      • rimraf - Recursively delete files like `rm -rf`.
      • mkdirp - Recursively create directories like `mkdir -p`.
      • graceful-fs - Drop-in replacement for the `fs` module with various improvements.
      • chokidar - Filesystem watcher which stabilizes events from `fs.watch` and `fs.watchFile` as well as using native `fsevents` on OS X.
      • fs-extra - Extra methods for the `fs` module.
  • Number

    • Date

    • Database

      • Bookshelf - ORM for PostgreSQL, MySQL and SQLite3 in the style of Backbone.js.
    • Authentication

      • passwordless - Token-based authentication middleware for Express allowing authentication without passwords.
      • passwordless - Token-based authentication middleware for Express allowing authentication without passwords.
    • Node.js management

    • Polyfills

    • Process management

      • node-windows - Run scripts as a native Windows service and log to the Event viewer.
      • Phusion Passenger - Friendly process manager that integrates directly into Nginx.
    • Static site generators

      • Assemble - Static site generator for Node.js, Grunt.js, and Yeoman.
    • Content management systems

      • Calipso - A simple content management system, built along similar themes to Drupal and Wordpress, that is designed to be fast, flexible and simple.
    • Blogging

      • Hexo - Fast, simple and powerful blogging framework.
    • Miscellaneous

      • execa - A better `child_process`.
      • node-bell - Real-time anomalies detection for periodic time series.
      • Faker.js - Generate massive amounts of fake data.
    • Parsing

      • Jison - Friendly JavaScript parser generator. It shares genes with Bison, Yacc and family.
    • Testing

      • AVA - Futuristic test runner.