Bottle Web Framwork For Python
Bottle framework is for Python based web development. The main features for this framework is light and fast. It is WSGI (Web Server Gateway Interface) based framework. WSGI is an interface specification for server and application communicates. In this Demo, “We will see how bottle web framework .The python file will run and listen to […]
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 […]
Google Go Programming In Eclipse
The new “Go” programming language is from Google co.It has many features better then other languages. Go language features are:- – High Speed Compilation – Type and Memory safety – Concurrency – Efficient Garbage Collection The Windows MSI Installer […]