Skip to content
Write Software Limited edited this page Aug 13, 2018 · 5 revisions

Welcome to the Engine JS wiki!

EngineJS is a simple but powerful web application framework.

The aim is to create a tool that allows both online and mobile application out the box, but without the overhead of some other solutions.

Goals

  • Small footprint
  • Best of the open source market
  • Ready to go out the box
  • Avoid compiling everytime a change is made.
  • Capable of one set of code for web, desktop and mobile.

Key Features

  • Model / View / Controller / Router design
  • Two-Way Data Binding
  • Responsive design
  • No transpiling required
  • Offline capability
  • The use of promises over callback function
  • Attribute driven via the “en-?”
  • Application Event Handling
  • Dynamic production build

The aim was with one download and a simple installation a developer can build a web application, a mobile application using phone build and a desktop application using NodeJS.

Clone this wiki locally