koa-listen
v1.0.1
Published
Serve exported koa application
Downloads
5
Readme
koa-listen
Serve exported koa application
Example
// index.js
var koa = require('koa')
var app = koa()
module.exports = app
$ koa-listen index.js -p 1515
Usage
Usage: koa-listen <file> [options]
Serve exported koa application
Options:
-h, --help output usage information
-p, --port optional TCP port to start the server at, defaults to 3000
License
MIT