node.js
A strategy for i18n in node.js server templates
A website development nowadays requires to support multiple languages. This article describes the goal we want to achieve, existing tools in the node.js ecosystem and propose a strategy. We’ll explore what experience we want to bring to our users, the server side features we need. What user experience do we want ? I was never […]
State of distributed events in node.js
Context Application scaling in the cloud The cloud technologies brings exciting new challenges for application developers, in order to achieve horizontal scalability, remove all single points of failure, gracefully handle the load. It’s fun, but it’s a challenge, because it raises many complex problems. One big category of problems are information sharing between application instances. […]