# nodejs **Repository Path**: luchaoding/nodejs ## Basic Information - **Project Name**: nodejs - **Description**: node 入门到深入。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nodejs #### 项目介绍 node 入门到深入。 #### 详细笔记在有道云 服务器/node游戏服务器 ##### 类 class 要实现的目标 ----------- src 顶层所有的应用及服务器 express,next等等只负责做服务 ----------- 接入底层服务 ----------- lib(cache db net) 完成 其它基础工具类 ------------ 接入对应的集群服务 ------------ tcc(调研分布式事务) redis(mq负责群组负责支撑中心消息) mysql(多主多从) mongo... ------------