ysera

0.2.3 • Public • Published

Ysera

This is a re-written package of micro-core to follow mushu style.

import { boot, send } from 'ysera';
const fn = async (req, res) => {
    send(res, 200, 'OK');
};

boot(fn, 3000);

To run the prepared example,

$ npm run example

Credits

Copyright © 2016 HOOQ Digital Pte. Ltd. and project authors.

Package Sidebar

Install

npm i ysera

Weekly Downloads

1

Version

0.2.3

License

MIT

Last publish

Collaborators

  • diorahman