Lite Client IPC support

Hi all,

I’m new to the Tendermint/Cosmos world and am trying to get a PoC up. I’m working on the client side implementation and trying to figure out the best architecture for our system.

The original “light client” (now deprecated), provided for integration with a client application via a REST interface or by being built as a dynamic library that could be linked against. The new “lite client” code doesn’t appear to support that functionality.

Are there plans to add this functionality to the lite client codebase or will it be the responsibility of the developer to deal with interfacing to existing client-side code? What are current developers doing to address this issue?

Thanks in advance,
Paul