UNPKG

zeanium-node

Version:

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

14 lines (10 loc) 193 B
/** * Created by yangyxu on 8/20/14. */ zn.define(function () { return zn.Class({ events: ['connect', 'disconnect', 'error', 'close'], methods: { } }); });