c++ - Apache Thrift over the Internet -
i interested in using apache thrift
implement communication protocol between client , c++ device. ran through documentation noticed possible usind thrift
in local network. question is, possible use thrift
control devices outside local network, i.e. internet? how work?
regards
if using socket or http transport, you're on right way. technically, typical client/server scenario, there no difference between internal , external network. bidi-communication scenarios presence of firewalls may make things little more complicated.
Comments
Post a Comment