untitled notebook

node v8.17.0
version: master
endpointsharetweet
const Koa = require('koa'); const app = new Koa(); app.use(async ctx => { ctx.body = 'Hello World'; }); app.listen(3000);
Loading…

no comments

    sign in to comment