TramwayJS
TramwayJS
    • Introduction
    • Setup
    • Concepts
      • Dependency Injection
      • N-Tier Architecture
      • Abstracted Data Providers
    • Components
      • Entity
      • Service
      • Factory
      • Repository
      • Provider
      • Policy
      • Controller
        • Restful Controller
        • Status Codes
      • Route
      • Command
    • CLI
      • Install
      • Build
      • Start
      • Create
        • API
        • Route
        • Controller
        • Service
        • Entity
        • Factory
        • Provider
        • Repository
      • Upgrade
        • Babel
    • Recipes
      • Restful API with HATEOAS
        • Setup
        • Create API
        • Add Sub Resource

TramwayJS
    • Introduction
    • Setup
    • Concepts
      • Dependency Injection
      • N-Tier Architecture
      • Abstracted Data Providers
    • Components
      • Entity
      • Service
      • Factory
      • Repository
      • Provider
      • Policy
      • Controller
        • Restful Controller
        • Status Codes
      • Route
      • Command
    • CLI
      • Install
      • Build
      • Start
      • Create
        • API
        • Route
        • Controller
        • Service
        • Entity
        • Factory
        • Provider
        • Repository
      • Upgrade
        • Babel
    • Recipes
      • Restful API with HATEOAS
        • Setup
        • Create API
        • Add Sub Resource
TramwayJS

Introduction

Github logo Edit on GitHub

TramwayJS is a framework designed with reusability in mind. Built around the basis of Dependency Injection, among other concepts, the architecture of a Tramway application is made to transcend multiple applications.

Next
Setup