gomatcha / matcha

Build native mobile apps in Go.
https://gomatcha.io/
Apache License 2.0
3.49k stars 162 forks source link

Linking #40

Open ghost opened 7 years ago

ghost commented 7 years ago

I am trying to link to another objective c project that supports webrtc native.

https://github.com/ISBX/apprtc-ios/blob/master/README.md

This will allow the GUI aspect to be done with matcha and the logic in golang. Now I am trying to work out how to design the protobuf integration.

If you have any thought on it. I am hoping that we can get set of plugin code just like react and native script has.

overcyn commented 7 years ago

Yeah, to be honest you don't actually need to use protobuf, view.Model.NativeViewState takes in a byte slice. Using JSON or something might make getting started easier.