Javascript 51
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 […]
MonjaDB Eclipse Plugin for Mongo DB
“Monja DB” is a plugin for Eclipse for Mongo Database.It provides a GUI view for Mongo Database Document and Collection. Link for Monja plugin:- http://marketplace.eclipse.org/content/monjadb#.UXauncrV_1U The idea behind developing this plugin is:- a. Rapid Application Development. b. Easy Log tracing. This Demo […]
Getting Started With Mongo Shell : Documents And Collection
In my previous post(Mongo Database Installation) we have seen Mongo database installation on windows machine. In this post, we will see how to use Mongo shell to connect to Mongod service .We will also see how we can create collection and documents in Mongo shell. Mongo Shell is like an interface where we can send […]
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 […]