runjorel
03/13/2018, 2:43 AMexpress.js
. The fun part is that the express module is exported as a function that also has properties/other functions. https://github.com/expressjs/express/blob/master/lib/express.js#L28
So it was difficult to mimic the api as it is used in javascript as so (just as an example):
let router = express.Router()
let app = express()
gildor
03/13/2018, 2:47 AMrunjorel
03/13/2018, 2:53 AMgildor
03/13/2018, 2:55 AM