Top "Seneca" questions

Seneca is a microservices toolkit for Node.

TypeError: Cannot read property 'replace' of undefined

Error Seneca Fatal Error ================== Message: seneca: Action cmd:signup,role:api failed: Cannot read property 'replace' of undefined. Code: act_…

node.js seneca
Docker and Rabbitmq: ECONNREFUSED between containers

I am trying to setup separate docker containers for rabbitmq and the consumer for the container, i.e., the process …

node.js docker docker-compose seneca
Sharing files between microservices

I'm trying to move a project from its current monolithic state to microservices architecture. The project is in Node.js, …

node.js microservices seneca
getting an internal server error when I try to make a request to a Seneca.js API using Axios

I wrote a simple Seneca plugin that I will eventually use to listen for http messages: buyer.js module.exports = …

node.js http vue.js axios seneca