You are not logged in.
Pages: 1
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
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
Pages: 1