0.2.3 • Published 8 years ago

ysera v0.2.3

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

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.