Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ext-server

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ext-server

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

  • 0.2.0
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.2.x

  • Bug fixes

Version 0.3.x

  • Modules, watch a required file and update it automatically.
  • Ext Classs System, watch a required file and update it automatically.
  • Socket.io(ws.action.js/wss.action.js) enable use modules(DB) and Session share.

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")

Keywords

FAQs

Package last updated on 29 May 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc