#1 2018-03-20 09:11:46

keinn
Member
Registered: 2014-10-20
Posts: 100

feature request:MQTT ,redis client

i just love mORMot very much, i wanna to do everything only with our mORMot,
but ,nowadays, we need to comunicate with outside world,
MQTT protocol and Redis are the mainstream solution now ,
i hknow there are some implemention out there , but  we wanna do it just use the mORmot codebase.

will you please consider?

Offline

#2 2018-03-20 13:50:45

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,182
Website

Re: feature request:MQTT ,redis client

We don't use Redis, since we rely on a MicroService architecture in which each node has its own storage, and very efficient in-process ORM cache, if needed.
Performance is much better, and every service is stand-alone, without any infrastructure dependency to a remote Redis server.

So we don't have any need, nor time to implement a Redis client or the MQTT protocol.

But we are very open to any external input!
Anyone is welcome to contribute to our Open Source code base!

Offline

Board footer

Powered by FluxBB