-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Write Software Limited edited this page Aug 13, 2018
·
5 revisions
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.
- 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.
- 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.
