0.3.0 • Published 12 years ago

ext-server v0.3.0

Weekly downloads
86
License
-
Repository
github
Last release
12 years ago

Ext Server

Ext Server

An application server having the class system which is compatible with Ext JS

Getting it

$ npm install ext-server

Usage

require('ext-server');

// global.Ext Object is Available
Ext.emptyFn();

and when use it as WebServer, you write it as follows.

require('ext-server');

Ext.application({ /* server settings */ });

or

require('ext-server').application(); // require return "Ext" Object.

you can browse 'http://localhost:8124'.

API Documentation

Ext Server API Documentation

Road Map

Version 0.3.x

  • JavaScript auto obfuscation.
  • Socket.io(ws.action.js/wss.action.js) enable use modules(DB) and Session share.
  • brush up Ext Core Classes.

Version 0.4.x

  • Bug fixes

Version 0.5.x

  • preload cache static files.
  • create Ext.shell.Shell base action execute enviroment.
  • create REST Controller.

Version 0.6.x

  • Bug fixes

higher versions.

  • Ext.media.PDF class implement, used by "PDFKit".
  • Ext.media.Excel/Ext.media.Word/Ext.media.PowerPoint, implement it in reference to "PHP Excel" etc.
  • Ext.canvas.Canvas implement, used by "node-canvas" and combination with socket.io.
  • Ext.template.Smart(Ext.SmartTemplate), smarty like template engine.
  • PostgreSQL support, with windows. (Solution to issue of node-gyp)
  • Oracle support, with windows. (Solution to issue of node-gyp)
  • iconv(node-iconv-jp) (Solution to issue of node-gyp)
  • legecy Japanese Mobile Phone pict.
  • bind Server monitor and loggin solution.
  • Ext JS / Sencha Touch client test operation from server side.(this old project name "Vergina")
0.3.0

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.9

12 years ago

0.1.8

12 years ago

0.1.7

12 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.14

12 years ago

0.0.13

12 years ago

0.0.12

12 years ago

0.0.11

12 years ago

0.0.10

12 years ago

0.0.9

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago