Skip to content

WebSocket资料整理

jiaxw32 edited this page Aug 27, 2021 · 6 revisions

WebSocket 概述及教程

WebSocket 客户端

  • Starscream

    Starscream is a conforming WebSocket (RFC 6455) library in Swift.

  • SocketRocket

    Facebook 开源的 OC 版 WebSocket 客户端库。

  • Socket.IO-Client-Swift

    Socket.IO-client for iOS/OS X.

  • react-native WebSocket

    React Native 源码中基于 SocketRocket 封装的 WebSocket。

  • Jetfire

    Jetfire is a conforming WebSocket (RFC 6455) client library in Objective-C for iOS and OSX. Jetfire also has a Swift counter part: Starscream

WebSocket 服务器

  • websocketd

    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

    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

    websockets is a library for building WebSocket servers and clients in Python.

源码解析

其他

Clone this wiki locally