Skip to content

akiramur/PeerClient

Repository files navigation

PeerClient

About

PeerClient is WebRTC client library for iOS which communicates to peerjs-server. This library is written with Swift, ported from peerjs client javascript code.

Dependencies

Usage

  1. Clone this repository.
$ git clone https://github.com/akiramur/PeerClient.git
  1. Download SocketRocket with carthage
% cd path_to_the_directory/PeerClient  
% carthage update --platform iOS  
  1. Please refer to PeerClientApp for more details.

License

MIT