C API example of messaging with RimStone server


RimStone server can do a lot of things, such as act as a database layer, cache server, backbone for distributed computing, middleware for pretty much any purpose etc. Regardless, an external client can access it and exchange messages with it in a very simple and straighforward manner.

This example shows an example of doing just that. The C client will use the API to create a message made up of bunch of key/value pairs and send it to the server. In turn, server will get these key/value pairs and construct a bunch of its own and send them back to the client. The client will print the value out.


Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.