Microservices implemented in JavaScript
running on NodeJS are becoming quite popular lately. In order to
gain some experience with this, I created a little in memory NodeJS
cache service. Of course statefulness complicates scalability, but
if I would also have implemented a persistent store to avoid this,
the scope of this blog article would have become too large. Please
mind that my experience with NodeJS is limited to
a NodeJS workshop from Lucas Jellema and a day of...