tobias / vertx-swift-eventbus

Lib for using the Vert.x TCP EventBus bridge from Swift
Apache License 2.0
5 stars 2 forks source link

iOS Client #7

Open garrialmighty opened 6 years ago

garrialmighty commented 6 years ago

I'm currently creating working on a concept iOS app that communicates with a remote Vertx Event Bus using TCP. Your Swift classes were a big help to my project because I have very little web and networking experience.

I wanted to say thank you by creating a demo iOS client app that communicates with your test-server implementation. The behaviors are from the EventBusTests.swift test class.

tobias commented 6 years ago

Thanks for this! Sorry for the delay, I've been on vacation, I'll try to take a look sometime this week.

garrialmighty commented 6 years ago

No worries sir and no pressure :)