@xmagic/typings
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

xmagic 是一个运行在服务端的js框架,集成spring boot.通过js代码编写web服务. 同时对typescript有很好的支持.

js引擎使用es6语法,模块管理使用的是esm.

注意: 在导入js模块时,要加.js后缀,例如: import {Util} from './util.js'

下面代码演示创建一个web接口:

app.use({
    path: '/test/login',
    handler(ctx) {
        return Promise.resolve('---');
    }
});

Readme

Keywords

Package Sidebar

Install

npm i @xmagic/typings

Weekly Downloads

1

Version

1.0.0

License

BSD

Unpacked Size

100 kB

Total Files

6

Last publish

Collaborators

  • xmagic