Koa 'Hello World' middleware, useful for testing
npm i koa-hello-world --save
npm test
For more use-cases see the tests
var app = require('koa')()
var helloWorld = require('koa-hello-world')
app.use(helloWorld()).listen(1234)
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. But before doing anything, please read the CONTRIBUTING.md guidelines.