Server side javascript ! sounds wow right. Node.js is nothing but javascript executing at the server. It uses Google v8 engine.v8 engine is used by chrome browser to execute javascript.Node is evented I/O which makes it non blocking. Thus it is efficient. Why Javascript? Javascript has the ability to pass the reference of the function [...]
↧