Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 490 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 490 Bytes

Bio

A reactive WebSocket demo.

Requirements

  • Cocoapods
  • Xcode with Swift 3

Setup

  • pod install
  • open Bio.xcworkspace

Usage

  • Tap a car to start it
  • Tap again to stop it

Notes

Since the WebSocket only supports stopping the last car started, the client automatically stops the last started car when a new one is started. Without this constraint, it would be impossible to stop a car if we had started another car while it was still running.