-
Notifications
You must be signed in to change notification settings - Fork 53
WebSocket资料整理
-
维基百科关于 WebSocket 的介绍,包括 WebSocket 简介、历史、出现背景、优点、握手协议等内容。
-
阮一峰老师关于 WebSocket 的教程,主要内容:为什么需要 WebSocket、WebSocket 简介、客户端示例及 API、服务器端的实现。
-
raywenderlich
上一篇关于 WebSocket 的教程 -
简书上的一篇文章,介绍了 WebSocket 的概念、握手阶段、传输阶段,以及 golang 版 WebSocket 实现。
-
简书上霜神一篇 WebSocket 学习心得,介绍了 WebSocket 使用场景,WebSocket 诞生,WebSocket 协议原理,WebSocket 与 Socket 区别,以及 iOS 端 WebSocket 的实现。
-
Starscream is a conforming WebSocket (RFC 6455) library in Swift.
-
Facebook 开源的 OC 版 WebSocket 客户端库。
-
Socket.IO-client for iOS/OS X.
-
React Native 源码中基于 SocketRocket 封装的 WebSocket。
-
Jetfire is a conforming WebSocket (RFC 6455) client library in Objective-C for iOS and OSX. Jetfire also has a Swift counter part: Starscream
-
websocketd is a small command-line tool that will wrap an existing command-line interface program, and allow it to be accessed via a WebSocket.
-
Vapor is a web framework for
Swift
. It provides a beautifully expressive and easy to use foundation for your next website, API, or cloud project. -
websockets is a library for building WebSocket servers and clients in
Python
.