Node.JS based ESB

gonzohunter picture gonzohunter · Oct 20, 2011 · Viewed 9k times · Source

Does anybody know of a ESB written in Node.JS. It seems like node would be great for this. Probably note something on the scale of IBM DataPower, I only need the following features for now:

  • Content based routing
  • AAA
  • Logging
  • Monitoring

I could start writing one myself, but I was wondering if there might be an existing project to build upon.

Thanks

Answer

Julian Knight picture Julian Knight · Apr 20, 2012

I've not tried any so I can't comment on the specifics you want.

The only project that refers to ESB that I can find is ESBX on Google but it doesn't seem to have got anywhere, at least as yet - you could try contacting the author.

On the other hand, there are a number of Node projects with Message Queues which might form the heart of what you want:

Certainly, the content based routing and logging is routine for Node systems. Monitoring is also trivial in Node.

Regards, Julian.