Nodejs 13
Getting Started With Redis Store : Installation in Ubuntu
“REDIS” is an open source data Storage. The data is stored as “Key-Value” pair. It is also referred as Data Structure Server. The features that Redis supports are :- 1. Atomic Operation. 2. Master Slave Replication. 3. Publisher Subscriber. 4. Transactions. To know more about Redis use Link :- http://redis.io/topics/introduction […]
Node Package Manager(NPM) Installation In Windows
Node Package Manager (NPM) is needed to install modules in Node. NPM can be download for window machine using below link :- http://code.google.com/p/msysgit/downloads/list The EXE file name that is downloaded is similar to Git-1.8.1.2-preview20130201.exe. This Demo, “How to install NPM in windows and shows how to verify the installation”. By […]
Getting Started With Node REPL , Part : 1
“REPL” is a command line utility that comes in node package. It stands for “READ – EVAL – PRINT – LOOP“. This is a very handy tool for a Node developer. Node Developer can test their code here before going for the final code. This Demo , “shows some of the REPL command line use […]
Node.js Programming In Eclipse
“Node.js” is server side scripting language. It is good for Single Page Type Application. It is popular due to its Asynchronous Nature. It Can be downloaded for Windows as MSI Installer :- http://nodejs.org/download/ The Eclipse Plugin for Node type application project can be downloaded from :- http://www.nodeclipse.org/updates […]