Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 131 Bytes

File metadata and controls

11 lines (10 loc) · 131 Bytes

###A Simple RPC server

client:

nc localhost 22341
    >haha
    >ahah
    >qw

Server: check main.cpp to get simple usage!