Proc-Server
Pre-Requirements
How to use
$ make
...
$ ./bin/server
Client Examples
Examples of code for clients is provided in examples/*. There are some examples that follow the same format in different languages. Any languages that is supported by protobuf can be a client.
Code Style
C & C++
Style tries to follow Google's CPP Style Guide as closely as possible.
Python
Style follows Google Python Style Guide using the yapf auto-formatter.