Vertaling van "Sails.js" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Para explicar las relaciones entre entidades vamos a utilizar el ejemplo que utiliza el equipo de Sails.js en su propia documentación.
To explain models associations we are going to use the same example that use the Sails.js team in the documentation.
Por defecto, Sails.js está configurado para utilizar el local disk adapter (almacena los datos en un directorio temporal de nuestro sistema de ficheros).
By default, Sails.js is configured to use the local disk adapter (save the data in a temporary folder of our file system).
En este artículo iba a escribir varias secciones para explicar la creación de un API con Sails.js, pero como es un proceso tan sencillo y tan rápido voy a explicarlo en esta única sección.
In this article I had planned to write some sections to explain how to develop an API with Sails.js, but as the process is so easy and so fast I'm going to explain it in only one section.
Sails.js es un framework Node.js prometedor, con un enfoque en la libertad y los valores predeterminados inteligentes.
Sails.js is an up and coming Node.js framework, with a focus on freedom and smart defaults.
En este artículo hemos visto que el desarrollo de un API REST con Sails.js es muy sencillo y muy rápido.
In this article we have seen that developing REST APIs with Sails.js is a very simple and a very fast process.
Hemos podido comprobar cómo el hecho de seleccionar Sails.js en lugar de desarrollar un API desde cero como hicimos en el artículo anterior, ha ayudado a que obtengamos un notable aumento de productividad.
We have seen that if we choose Sails.js for developing our API instead of developing our API from scratch (as we did in our previous article) we will improve our productivity noticeably.
Otra característica que Sails.js incorpora al generar nuevas APIs y que supondría bastante trabajo si tuviéramos que desarrollarlo manualmente es la gestión de relaciones entre entidades.
Models associations is another feature that has got Sails.js to generate APIs and that would involve quite work if we had to develop it manually.
Simplemente ejecutando un par de instrucciones de Sails.js podemos crear la estructura de nuestra aplicación y un API.
Only with a couple of Sails.js commands we are able to create an application structure and an API.
Por este motivo, teniendo en cuenta el factor productividad, en este artículo quiero introducir el framework Sails.js, que nos va a facilitar y a agilizar el proceso de desarrollo de un API REST.
For this reason, taking productivity into account, in this article I would like to introduce the Sails.js framekork, which will easy and expedite the REST API development process.
Sails.js facilita el desarrollo de aplicaciones Node.js empresariales.
Sails.js make it easy to build custom, enterprise-grade Node.js apps.
Una de las cosas que nos permite Sails.js, entre muchas otras, es el desarrollo de forma sencilla y rápida de un API REST.
One of the things provides us, among many other, is the REST API development easily and quickly.
Andere resultaten
Nos avisará que hay un conflicto con el fichero rails.js, pero podemos sobreescribirlo sin problema.
You'll get a file conflict for the rails.js file but you can safely overwrite it.
Esto por sí solo no es suficiente porque necesitamos el equivalente del fichero rails.js que hemos usado antes para manejar el Javascript no intrusivo.
This isn't enough by itself though as we need a jQuery equivalent of the rails.js file we've been using before for handling the unobtrusive JavaScript that's specific to Rails.