There are many framework for developer, Web Framework are used to develop web application. Framework reduces the coding effort, but developer should know how to use it and for what purpose. Today I will show you some of the Important Framework for developer.
#1. Node.js
Node.js is a server-side software system designed for writing scalable Internet applications, notably web servers. Programs are written on the server side in JavaScript, to minimize overhead and maximize scalability. Node.js is an Server with Javascript as Programming Language. Node.js Server is specially meant for real time application such as Chat Application.
#2. Python Frameworks
Python is a widely used for high-level programming language. There are many Python framework such as Django, web2py etc. Django is a free and open source web application framework, written in Python, which follows the model–view–controller architectural pattern. Most widely Used Python Framework Django is used to create web application such as Instagram, Pinterest etc.
#3. Ruby on Rails
Ruby on Rails, is an open source web application framework which runs on the Ruby programming language. It allows creating pages and applications that gather information from the web server. As a result, Rails features a routing system that is independent of the web server.
#4. PHP
PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. PHP code is interpreted by a web server with a PHP processor module which generates the resulting web page.
#5. JavaScript
JavaScript (JS) is originally implemented as part of web browsers so that client-side scripts could interact with the user. JavaScript is use in applications outside of web pages such as reading PDF file, website widgets and much more dynamic application. jquery is an JavaScript framework, jQuery is a fast and feature rich JavaScript library also It simplify the client-side scripting of HTML.