alp-node
TypeScript icon, indicating that this package has built-in type declarations

7.0.0 • Public • Published

alp-node

framework based on koa 2

Install

npm install --save alp-node

Usage

import Alp from 'alp-node';

const app = new Alp();
app.servePublic();
app.catchErrors();
app.listen();

Package Sidebar

Install

npm i alp-node

Weekly Downloads

90

Version

7.0.0

License

ISC

Unpacked Size

187 kB

Total Files

63

Last publish

Collaborators

  • churpeau