-
Notifications
You must be signed in to change notification settings - Fork 0
node_http
2012 edited this page Jul 20, 2020
·
2 revisions

管理客户端发送的请求连接实例,维护请求实例的队列,减少 socket 的创建
模拟浏览器发起请求,等同于 Ajax;http.get 是其中一种简化方式
创建服务器,监听端口
响应流,也叫输出流(Writable)
请求流,也叫读取流(Readable)
JS
CSS
- float
- BFC
- position
- flex
- grid
DOM
- DOM
- how browser works
Node.js
react
- 生命周期
- setState
- hook
git
- git 基础命令
- git rebase 理解
- git bisect
- git commit
- git hook
设计模式
- 策略模式
- ...
TCP/IP 协议
- HTTP/1.x
- HTTP/2
- SSL/TLS
- TCP
- DNS
- HTTP Cache
- CORS
- http status code
linux(shell)知识点