-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
《前端小课》网络编程,资源汇总 #3
Comments
iOS 中 Socket 的实现方式#import <CoreFoundation/CoreFoundation.h> |
Node.js 网络相关实现: |
关于 HTTPS 的理解,写的真好 |
FE网络请求: |
安卓网络相关: |
HTTP 解析的库,node 使用的: |
WebSocket 协议的实现官方文档 |
模拟网络请求 |
socket client and server: https://gist.github.com/SkrewEverything |
MDN 上关于 HTTP 的描述 |
关于各个 status code 的描述: |
编译 node 源码调试 |
OpenSSLopenssl genrsa -out suyan-key.pem 2048 |
wireshark 可以抓取更详细的网络数据包 |
WebSoket 官方协议
https://tools.ietf.org/html/rfc6455
The text was updated successfully, but these errors were encountered: