* Create Koa.js * Update readme.md * Update readme.md
@@ -0,0 +1,8 @@
const Koa = require('koa');
const app = new Koa();
app.use(async ctx => {
ctx.body = 'Hello World';
});
app.listen(8080);
The note is not visible to the blocked user.