Treffer: Meteor.js: un framework full-stack para la creacion de aplicaciones web real-time
http://creativecommons.org/licenses/by-nc-sa/3.0/es
Open Access
Spanish
978332098
From OAIster®, provided by the OCLC Cooperative.
Weitere Informationen
Nowadays mostly all the web apps are build using classic and robust technologies such as PHP, JAVA, Python o .NET. These technologies are able to offer powerful frameworks but it is not adapted to the new times where is critical to access on the information and do actions as fast as possible. In this point is where are appearing new technologies such as Node.js, JavaScript and MeteorJS that are offering build flexible and scalable web apps without make the code too complex and always having the control over the app as the data and UI (user interface) are separated. By other hand, these technologies are built to be reactive so any change that has been done in the database or variables are updated automatically. The objective of this project is to evaluate the potential of MeteorJS, since it offers all the tools to make a web application in a simple and quick learning. MeteorJS is a full-stack framework that means that you can develop the entire structure of the application from the server side to the client and making use of a single programming language, which is JavaScript. Among the advantages of developing an application with MeteorJS, is that it offers a package repository, which allows integrating functionalities to the application without having to develop them because of they have already been developed by the community, which implies reducing the time dedicated to the application and can really focus on specific functionalities. An example of this can be the functionality of registering or logging into the application that will be demonstrated during the project and at the same time more demonstrations will be done to evaluate this new framework. The project has been carried out experimentally in which different demonstrations have been carried out to evaluate the potential of the framework. Each of the demonstrations contains a short introduction explaining the objectives to be achieved with each of them, will show the most important steps and pieces of cod