Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luoxue-victor/learn-node
从零开始系统学习node
https://github.com/luoxue-victor/learn-node
Last synced: 2 months ago
JSON representation
从零开始系统学习node
- Host: GitHub
- URL: https://github.com/luoxue-victor/learn-node
- Owner: luoxue-victor
- Created: 2020-03-19T01:46:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T13:33:25.000Z (about 2 years ago)
- Last Synced: 2023-03-06T14:08:09.269Z (almost 2 years ago)
- Language: TypeScript
- Size: 1.97 MB
- Stars: 20
- Watchers: 4
- Forks: 7
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## 学习 node 开始
## 所有课题
点击关闭/打开所有课题
- [面试题](./docs/00-node面试题.md)
- [搭建项目基础](./docs/01-搭建项目基础.md)
- [Koa 搭建](./docs/02-封装koa|koa-router.md)
## 安装
```bash
git clone https://github.com/luoxue-victor/learn-node.git
cd learn-node
yarn install
```## DONE
- [第一课:项目脚手架](https://github.com/luoxue-victor/learn-node/issues/1)
## TODO
- [手写koa/koa-router源码](https://github.com/luoxue-victor/learn-node/issues/2)
- [WebSocket](https://github.com/luoxue-victor/learn-node/issues/3)
- [nginx](https://github.com/luoxue-victor/learn-node/issues/4)
- [爬虫](https://github.com/luoxue-victor/learn-node/issues/5)
- [连接数据库](https://github.com/luoxue-victor/learn-node/issues/6)
- [发送邮件](https://github.com/luoxue-victor/learn-node/issues/7)
- [graphql](https://github.com/luoxue-victor/learn-node/issues/8)
- [SSR](https://github.com/luoxue-victor/learn-node/issues/9)
- [微服务与RPC](https://github.com/luoxue-victor/learn-node/issues/10)
- [docker](https://github.com/luoxue-victor/learn-node/issues/11)
- [serverless](https://github.com/luoxue-victor/learn-node/issues/12)
- [nodejs高可用](https://github.com/luoxue-victor/learn-node/issues/13)
- [mongo模糊查询](https://github.com/luoxue-victor/learn-node/issues/14)
- [日志管理 log4js](https://github.com/luoxue-victor/learn-node/issues/15)
- [Nginx反向代理Nodejs – log4js日志IP显示错误](https://github.com/luoxue-victor/learn-node/issues/16)
- [Yeoman自动构建js项目](https://github.com/luoxue-victor/learn-node/issues/17)
- [CNPM搭建私有的NPM服务](https://github.com/luoxue-victor/learn-node/issues/18)
- [单元测试](https://github.com/luoxue-victor/learn-node/issues/19)
- [登陆系统](https://github.com/luoxue-victor/learn-node/issues/20)
- [工具](https://github.com/luoxue-victor/learn-node/issues/21)
- [TS搭建](https://github.com/luoxue-victor/learn-node/issues/22)
- [缓存](https://github.com/luoxue-victor/learn-node/issues/23)
- [k8s](https://github.com/luoxue-victor/learn-node/issues/24)
- [分布式](https://github.com/luoxue-victor/learn-node/issues/25)
- [redis集群](https://github.com/luoxue-victor/learn-node/issues/26)
- [熔断机制](https://github.com/luoxue-victor/learn-node/issues/27)
- [负载均衡](https://github.com/luoxue-victor/learn-node/issues/28)
- [设计一个高并发系统](https://github.com/luoxue-victor/learn-node/issues/29)
- [在 Node 应用中利用多核心CPU的优势](https://github.com/luoxue-victor/learn-node/issues/30)
- [监控系统](https://github.com/luoxue-victor/learn-node/issues/31)
- [nodejs 线上常见问题](https://github.com/luoxue-victor/learn-node/issues/32)
- [node诊断工具](https://github.com/luoxue-victor/learn-node/issues/33)
- [ProtoBuf](https://github.com/luoxue-victor/learn-node/issues/34)
- [切割pdf](https://github.com/luoxue-victor/learn-node/issues/35)
- [thrift idl 自动生成代码](https://github.com/luoxue-victor/learn-node/issues/36)
- [Node.js + Consul 实现服务注册、健康检查、配置中心](https://github.com/luoxue-victor/learn-node/issues/37)
- [打通 HTTP 与 RPC](https://github.com/luoxue-victor/learn-node/issues/38)
- [服务治理](https://github.com/luoxue-victor/learn-node/issues/39)
- [服务调用遇到的一些问题](https://github.com/luoxue-victor/learn-node/issues/40)
- [ServiceMesh](https://github.com/luoxue-victor/learn-node/issues/41)
- [服务发现](https://github.com/luoxue-victor/learn-node/issues/42)
- [GraphQL 解决方案 Apollo 之 Apollo Client](https://github.com/luoxue-victor/learn-node/issues/43)
- [Apollo Server](https://github.com/luoxue-victor/learn-node/issues/44)
- [node 开发 调试 运行](https://github.com/luoxue-victor/learn-node/issues/45)
- [CI/CD/CD - 持续集成/持续交付/持续部署](https://github.com/luoxue-victor/learn-node/issues/46)
- [分布式消息队列](https://github.com/luoxue-victor/learn-node/issues/47)