Giter Site home page Giter Site logo

easy.js's Introduction

Easy.js

Version 1.0.0

Build Status

Read documentation

Easy.js est un framework pour NodeJS, amenant de la conception objet côté serveur basé sur les nouveautés ES2015.

Le framework met à disposition des composants devenus incoutournables pour le développement actuel : L'injection de dépendances, le design pattern Strategy, structure MVC et des commandes console permettant de gérer la structure du projet.

Easy.js est, pour le moment, uniquement conçu pour des API Rest avec des réponses JSON, par conséquent il n'intègre aucun moteur de template et n'est pas conçu pour renvoyer des vues.

Le but de Easy.js est de se concentrer uniquement sur la partie métier d'un serveur (backend) : L'architecture, la base de données, gestion des requêtes, authentification, sécurité, etc.. Les parties clientes (frontend) sont aujourd'hui mieux gérées par des frameworks adéquats (Angular, React, Vue.js, Backbone.js, etc.).

Requirements

Easy.js est construit sur la base de ES2015, et permet donc de pouvoir utiliser les dernières fonctionnalités fournies pas NodeJS, et ne nécessite aucun transpileur pour fonctionner.

Maintainers

Getting Started

Requirements

npm install apidoc nodemon --global

Installation & start

git clone https://github.com/MadDeveloper/easy.js.git myproject
cd myproject
npm install
npm start

Start development

Now, you are ready yet to begin development under Easy.js!

Continue reading to next chapter on configurations.

Contributors

easy.js's People

Contributors

gitbook-bot avatar maddeveloper avatar

Stargazers

 avatar

Watchers

 avatar  avatar

easy.js's Issues

User configurations

In order to make easy.js less restrictable with app architecture, it should be great to export all configurations in a index.js file and import it into application.configure()

Less restrictive architecture

Work on less restrictive architecture (e.g. Angular).
User will be able to import easy and use his own app architecture, or use Easy cli in order to use the default architecture used for Easy projects.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.