kkharji / xbase

Develop Apple software products within your favorite editor.
MIT License
536 stars 17 forks source link

ref: relay only on json transport #115

Closed kkharji closed 2 years ago

kkharji commented 2 years ago

After going through the process of transforming a xbase-client to ffi library in #114, I realized how tedious ffi and how obsoletely it isn't worth it, because at the end we're still calling and interacting with daemon as unix socket client.

In this PR, the daemon/client connection will totally relay on json transport (custom rpc, no more tarpc)

The results is:

TODO