maybe following page about CapnProto rpc could help on seting up the sever and client. https://capnproto.org/cxxrpc.html
also more detailed example is an extended sample code in capnproto's github page (Calculator example): https://github.com/capnproto/capnproto/tree/master/c%2B%2B/samples On Monday, November 12, 2018 at 1:20:00 AM UTC+3:30, John wrote: > > I want to write the Cap'n Proto equivalent of Hello World, > the simplest possible cap'n proto program, a server that responds to an > rpc call containing a primary key by sending the corresponding record > and the current time, and a command line client that expects the user to > type in a line consisting of key, makes the RPC call, prints out the > result, and exits. > > Please point me to a getting started tutorial, or something similar. > > It is probably right in front of me, but if it does not exist, I will > likely wind up writing it > > > -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
