Node-Framework-List
Node.js Framework List
SysProc
-
2018-Threads in Node 10.5.0: a practical intro: So I’m going to try and simplify the technical documentation provided by the initial PR and the official docs into a more practical and simple set of examples.
-
2018-Getting to know Node’s child_process module: How to call git, cpp, sh, etc, from a Node.JS script.
Storage
MySQL
ORM
Redis
-
node_redis : This is a complete and feature rich Redis client for node.js. It supports all Redis commands and focuses on high performance.
-
ioredis : A robust, performance-focused and full-featured Redis client for Node and io.js.
-
Radredis : Radredis is a node data adapter for redis. It is not a full ORM but a simple opinionated interface for storing application data in redis.
TypeScript
Express
Koa
-
Async testing Koa with Jest: Simplify API and middleware tests with lesser-known featuresSimplify API and middleware tests with lesser-known features.
-
从头实现一个 koa 框架: 相信大家在看完本文之后,会对 koa 有一个更深入的理解,同时在阅读本文之后再去阅读 koa 源码,思路也将非常的顺畅。
-
2018-Koa2 源码阅读笔记: 最近空闲时间读了一下 Koa2 的源码;在阅读 Koa2(version 2.2.0)的源码的过程中,我的感受是代码简洁、思路清晰。
Eggjs
- egg-graphql-boilerplate: 本项目是使用 egg-graphql 插件构建的 graphql 服务器。
Nest.js
Auth
-
2017-Securing Node.js RESTful APIs with JSON Web Tokens: It’s a way of encrypting a value, in turn creating a unique token that users use as an identifier.