stefanwerfling / flyingfish

FlyingFish is a reverse proxy manager with own WebUI, DNS server, SSH server, DynDNS, UPNP support, Lets Encrypt and much more.
https://flying-fish.gitbook.io/
GNU General Public License v3.0
57 stars 7 forks source link

Process communication over memory db #29

Closed stefanwerfling closed 5 months ago

stefanwerfling commented 1 year ago

Check and test this sample: https://github.com/weyoss/redis-smq/blob/master/examples/typescript/using-async-await.ts

Is this an alternative for a communication from service to service (without http server api).

stefanwerfling commented 1 year ago

Good sample: https://medium.com/@upadhyayyuvi/scaling-node-js-applications-with-redis-969b148ff578

stefanwerfling commented 1 year ago

https://javascript.plainenglish.io/how-to-integrate-dragonfly-into-your-node-js-app-f891b48ead6c

stefanwerfling commented 6 months ago

https://medium.com/@alextkd/redis-pub-sub-communication-between-microservices-in-node-js-ff91fb308996

stefanwerfling commented 5 months ago

ERR Can't execute 'publish': only (P|S)SUBSCRIBE / (P|S)UNSUBSCRIBE / PING / QUIT / RESET are allowed in this context"

stefanwerfling commented 5 months ago

https://blog.stackademic.com/resolving-redis-error-in-node-js-a549308df2d3