yorkie-team / yorkie-ios-sdk

Yorkie iOS SDK

Home Page:https://yorkie.dev/docs/ios-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yorkie iOS SDK

Swift Package Manager codecov

Yorkie iOS SDK provides a suite of tools for building real-time collaborative applications.

How to use

See Getting Started with iOS SDK for the instructions.

Example projects can be found in the examples folder.

Read the full documentation for all details.

Testing yorkie-ios-sdk with Envoy, Yorkie and MongoDB.

Start MongoDB, Yorkie and Envoy proxy in a terminal session.

$ docker-compose -f docker/docker-compose.yml up --build -d

Start the test in another terminal session.

$ swift test

To get the latest server locally, run the command below then restart containers again:

$ docker pull yorkieteam/yorkie:latest
$ docker-compose -f docker/docker-compose.yml up --build -d

Contributing

See CONTRIBUTING for details on submitting patches and the contribution workflow.

Contributors ✨

Thanks goes to these incredible people:

About

Yorkie iOS SDK

https://yorkie.dev/docs/ios-sdk

License:Apache License 2.0


Languages

Language:Swift 100.0%Language:Shell 0.0%