Data Messaging Framework News
Status: Alpha
Brought to you by:
amingin
Data Messaging Framework is a communication library. It was designed as a replacement for "RPC-type" libraries. Has a simple C API and uses binary protocol for exchange, not XML.
- One of the biggest differences between this library and RPC libraries is that the developer has total control over what's happening inside the application. The messages from the peer(s) are awaited by the thread created in the user code, not inside the library. This allows to easily do a query/result-set-response type communication between server and UI clients.... read more