https://www.linkedin.com/pulse/nodejs-vs-java-which-faster-apis-owen-rubel
Tags: #programming #webdev #java #nodejs #performance
Tags: #programming #webdev #java #nodejs #performance
LinkedIn
Node.Js vs Java : Which is Faster for API's?
This is something that I love to debunk because there is alot of HYPE out there around the popular javascript engine Node.js.
https://www.sitepoint.com/sitepoint-smackdown-php-vs-node-js/
Tags: #webdev #programming #PHP #NodeJS
Tags: #webdev #programming #PHP #NodeJS
Sitepoint
SitePoint Smackdown: PHP vs Node.js - SitePoint
Choosing a server-side language is a subjective decision. Should you consider the reliable PHP or the more revolutionary Node.js? Let battle commence...
http://fredkschott.com/post/2014/06/require-and-the-module-system/
Almost any Node.js developer can tell you what the require() function does, but how many of us actually know how it works? We use it every day to load libraries and ...
Tags: #webdev #NodeJS
Almost any Node.js developer can tell you what the require() function does, but how many of us actually know how it works? We use it every day to load libraries and ...
Tags: #webdev #NodeJS
https://engineering.linkedin.com/nodejs/blazing-fast-nodejs-10-performance-tips-linkedin-mobile
Tags: #webdev #NodeJS #bestPractices
Tags: #webdev #NodeJS #bestPractices
Linkedin
Blazing fast node.js: 10 performance tips from LinkedIn Mobile
In a previous post, we discussed how we test LinkedIn's mobile stack, including our Node.js mobile server. Today, we’ll tell you how we make this mobile server fast. Here are our top 10 performance takeaways for working with Node.js: 1. Avoid synchronous…