finalMQ

I am glad to announce that my OpenSource framework "finalMQ" is in a first good shape to introduce it to the public.

You can find it at:

https://github.com/bexoft/finalmq

The framework supports you with the communication between network nodes. First implementations are based on C++ and JavaScript, but further programming languages can easily be added.

The framework is not implemented with one fixed protocol and data serialization, but with different protocols (like: socket protocols and HTTP) and different serialization (like: json and protobuf). You also can implement custom protocols and serializations. This makes the framework very flexible and it also can be used for your projects.

A server application can offer multiple protocols and the clients can decide which protocol to use.

Check out the readme and the examples "helloworld" and "timer", then you will experience the power of finalMQ.

Cheers, David

Amrita Unnikrishnan, anyone in your circle who is interested in teaching?

Like
Reply

Rittika Chakraborty , anyone in your circle who is interested in teaching?

To view or add a comment, sign in

More articles by David Beck

  • finalMQ talks MQTT5

    The Open Source Communication Library finalMQ supports multiple protocols and also multiple encoding formats. The…

  • finalMQ - Performance

    In this article, I will show the throughput of asynchronous request/reply messages of two C++ communication frameworks:…

    4 Comments

Explore content categories