Category Archives: Node.js

Node.js From the Enterprise Java Perspective

Node.js currently is getting much attention because it uses a concurrency model that shows great promise in scalability: event-driven asynchronous Input/Output. This model can handle thousands of concurrent user-requests and do that with a tiny memory footprint, things that cannot … Continue reading

Posted in Javascript, Node.js | Tagged | 28 Comments

jazz: node.js templates for humans

The use of bleeding-edge technology in the enterprise can be a daunting prospect. There are bugs to deal with, nuances to learn and third party libraries to overcome. Our team has been dealing with all of these issues over the … Continue reading

Posted in Javascript, Node.js, Tools | Tagged | 2 Comments