The Electron can do TCPClient just like the Photon. That said, all of the work we’re doing to make the protocol efficient really only applies to communications with the cloud. Data consumed when using TCPClient is entirely under your control, and it may be efficient or not depending on how you do your communications (although TCP-based protocols are definitely not as byte efficient as UDP-based protocols)