suyan
suyan
Node.js 网络相关实现: TCP 实现api: http://nodejs.cn/api/net.html#net_event_close
HTTP: https://tools.ietf.org/html/rfc2616
关于 HTTPS 的理解,写的真好 https://github.com/youngwind/blog/issues/108 RFC8446 https://tools.ietf.org/html/rfc8446
FE网络请求: https://github.com/axios/axios
安卓网络相关: https://github.com/square/okhttp
HTTP 解析的库,node 使用的: https://github.com/nodejs/http-parser
WebSocket 协议的实现官方文档 https://tools.ietf.org/html/rfc6455
模拟网络请求 http://web-sniffer.net/
解析 URL https://github.com/medialize/URI.js 理解 URL URI http://medialize.github.io/URI.js/about-uris.html
socket client and server: https://gist.github.com/SkrewEverything