UNPKG

zeanium-node

Version:

Zeanium for Node.js, simple http server and custome your business.

21 lines (16 loc) 295 B
/** * Created by yangyxu on 8/20/14. */ zn.define([ 'node:path' ], function (node_path) { return zn.Class({ events: ['register'], properties: { }, methods: { init: function (appConfig, serverContext){ } } }); });