Run Sencha Touch on Node.js
npm install sencha-touchMarriage Sencha Touch and Node.js
As far as ExtJS and Sencha Touch can not be redistibuted with this module (see License section), you will not be able to install it from npm repository directly
However, installation via npm is easily done manually:
1. Download Sencha Touch from https://www.sencha.com/products/touch
2. Extract it
3. Copy contents of src/ into lib/Ext/ in here
4. npm install .
Basically, all it takes is require('extjs'). Warning: a common mistake is to do Ext=require('extjs'). Don't.
See also test/ folder for usage examples (you'll need nodeunit to run them).
* Sencha Touch is (c) 2016 Sencha
There several implementations of this idea, loading core Ext library inside NodeJs environment.
Thanks all for the idea and implementation.
Do whatever you want with software as long as you are in compliance with Sencha Touch license.
Oleg Taranenko