Skip to content

BrandonLMorris/edo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eDistantObject in Swift

A minimal example of using eDistantObject in Swift.

Installation

Clone the repository and run pod install

Open the generated .xcworkspace (not .xcproject) to view the source and build with Xcode.

Usage

  1. Create a build output directory, for example /tmp/edo-build

  2. Build the project with the following command:

xcodebuild -workspace edo-example.xcworkspace \
  -scheme edo-example \
  -derivedDataPath /tmp/edo-build

Now run /tmp/edo-build/Build/Products/Debug/edo-example server to start the eDO server.

In a separate terminal, run /tmp/edo-build/Build/Products/Debug/edo-example client 123 to call the DoublingService over eDistantObject.

About

Bare-bones example of inter-process communication using eDistantObject (https://github.com/google/eDistantObject) in Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published