Monday, 4 November 2019

Web Development Framework

Web Development Framework 

Example of Framework of JSP in server side 

Django



Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

The advantage of Django 
  • Fast: This has been designed in a way to help the developers make an application as fast as possible. From idea, production to release, Django helps in making it both cost effective and efficient. 
  • Fully Loaded: It works in a way that includes dozens of extras to help with user authentication, site maps, content administration, RSS feeds and much more such things. These aspects help in carrying out the web development process completely.
  • Secure: When you are doing it in Django, it is ensured that developers don’t commit any mistakes related to security. Some of the common mistakes include SQL injection, cross-site request forgery, clickjacking and cross-site scripting. To manage effectively usernames and passwords, the user authentication system is the key.

Advantages and Disadvantages of Django. (2017). Hackernoon.com. Retrieved 5 November 2019, from https://hackernoon.com/advantages-and-disadvantages-of-django-499b1e20a2c5


The Web framework for perfectionists with deadlines | Django. (2019). Djangoproject.com. Retrieved 5 November 2019, from https://www.djangoproject.com/



Example of Framework of Jquery in client side

Meteor


Meteor is a full stack JavaScript (JS) framework, made up of a collection of libraries and packages, bound together. in a way that makes it easy to prototype applications. Essentially, it makes web development easier. It’s flexible and requires less code, which means less bugs and typically a higher quality and more stable end result.

The advantage of Meteor

  • Meteor is easy to learn and quick to build with—making it a new favorite for many developers. 
  • Only one language,  JS both front-end and back-end
  • Meteor can be used for reactive programming out of the box



Why you should check out Meteor.js. (2019). Why Meteor.js. Retrieved 5 November 2019, from http://whymeteor.com/






No comments:

Post a Comment

Project scope (Research Activity)

Project Scope  This scope is just all the work that needs to be done to achieve the project objectives. In other words, scope involve...